Commit 19cb79be authored by Luke Macken's avatar Luke Macken

Update our tox configuration

parent a19f0cb6
......@@ -4,8 +4,8 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27
envlist = py26, py27, py33
[testenv]
commands = sudo {envbindir}/unit2 discover
deps = unittest2
commands = nosetests
deps = nose
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment