summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:54:51 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:54:51 -0400
commit3e19a4d6494e7e9af160dc09d9064a7f50869c0f (patch)
tree718741bd02674dc2af1fc9fbb74aaad1c04009d8 /tox.ini
parentb1bede5196313cd372945ee49146a47d18e11ce2 (diff)
downloadzope-schema-3e19a4d6494e7e9af160dc09d9064a7f50869c0f.tar.gz
Drop support for Python 2.6 and 3.2.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 82b9e69..13d4d80 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,py32,py33,py34,py35,pypy,pypy3,coverage,docs
+# py27,jython,pypy,coverage
+ py27,py33,py34,py35,pypy,pypy3,coverage,docs
[testenv]
deps =
@@ -17,7 +17,7 @@ commands =
[testenv:coverage]
basepython =
- python2.6
+ python2.7
commands =
# The installed version messes up nose's test discovery / coverage reporting
# So, we uninstall that from the environment, and then install the editable
@@ -36,7 +36,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