summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-03-23 17:41:41 -0400
committerTres Seaver <tseaver@palladion.com>2016-03-23 17:41:41 -0400
commitb1c86c58879c96fb0aa2647c7888c6288483377b (patch)
treeb668eadf6d42511229af66c7e34342b1fdbcacdd
parent2b07b980804a9313e5bb8fd4bc1c6c04a8d84b2c (diff)
downloadzope-i18n-b1c86c58879c96fb0aa2647c7888c6288483377b.tar.gz
Drop spurious '[testenv:py26]' block.drop-py26-py32-support
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index bd821fd..3ec70ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,12 +17,6 @@ deps =
zope.testing
zope.testrunner
-[testenv:py26]
-commands = {[testenv]commands}
-deps =
- {[testenv]deps}
- ordereddict
-
[testenv:coverage]
basepython =
python2.7