summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:48:13 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:48:13 -0400
commita42e68a52f121e57db9c9d2fcea73eb123fd9676 (patch)
treebbbff3dff50b6112e5f6eafd62a2ad4b6bd1be54 /tox.ini
parent26072a00ed3da107db643d6f07a459238b67f8c2 (diff)
downloadzope-proxy-a42e68a52f121e57db9c9d2fcea73eb123fd9676.tar.gz
Drop support for Python 2.6 and 3.2.drop-py26-py32-support
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index f593a23..e478a7b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,8 @@
envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
-# py26,py27,py32,jython,pypy,coverage
- py26,py27,py27-pure,py32,py33,py33-pure,py34,py35,pypy,coverage,docs
+# py27,jython,pypy,coverage
+ py27,py27-pure,py33,py33-pure,py34,py35,pypy,coverage,docs
[testenv]
commands =
@@ -42,7 +42,7 @@ deps =
[testenv:docs]
basepython =
- python2.6
+ python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest