tox.ini: Add py33, py34

This commit is contained in:
Marc Abramowitz 2014-06-12 16:44:29 -07:00
parent 75414651a0
commit 82db07051a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py27, py32 envlist = py27, py32, py33, py34
[testenv] [testenv]
commands = nosetests tests/ commands = nosetests tests/