summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 169878c..9e21456 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,10 @@
[tox]
envlist =
- py26,py27,py33,pypy
+ py26,py27,py32,py33,pypy
[testenv]
commands =
python setup.py test -q
-# without explicit deps, setup.py test will download a bunch of eggs into $PWD
deps =
zope.interface
@@ -23,3 +22,4 @@ deps =
nose
coverage
nosexcover
+ zope.interface