summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-05 09:19:53 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-05 09:19:53 -0400
commitf28f20d355863a8be73ec7b8c6074f67ac2b28a6 (patch)
tree24120d6ff85a356cd0e5301f80949aefb713796d
parentb512732393fd64649418da663e4d9c841b12384b (diff)
downloadzope-publisher-f28f20d355863a8be73ec7b8c6074f67ac2b28a6.tar.gz
Work around pip + wheel + conditional deps in zope.schema.
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2aee92e..456a62e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,13 @@ deps =
zope.proxy
zope.security
+[testenv:py26]
+commands =
+ {[testenv]commands}
+deps =
+ {[testenv]deps}
+ ordereddict
+
[testenv:pypy3]
# On certain platforms, at least OS X, pypy3 does not correctly read
# a LANG environment variable; when cpython3.2 would return 'utf-8'