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

Update our tox configuration

parent a19f0cb6
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py26, py27 envlist = py26, py27, py33
[testenv] [testenv]
commands = sudo {envbindir}/unit2 discover commands = nosetests
deps = unittest2 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