summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-08 11:41:39 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-08 11:41:39 -0500
commit13b66ea78162d6f768bd57d8870aa778f7bd2f49 (patch)
tree0d07416f51a9b41c96dd1bc6406d526b8abf33b5 /tox.ini
parent12e1973d74c41ad3fee60998e248ac3461cad386 (diff)
downloadzope-browser-13b66ea78162d6f768bd57d8870aa778f7bd2f49.tar.gz
Add Trove classifiers indicating CPython, 3.2 and PyPy support. Added
.gitignore.
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