diff --git a/tox.ini b/tox.ini index 526eff6..8c629cf 100644 --- a/tox.ini +++ b/tox.ini @@ -4,10 +4,10 @@ # and then run "tox" from this directory. [tox] -envlist = py34 +envlist = py3 [testenv] -commands = nosetests {posargs} +commands = nose2 {posargs} deps = -r{toxinidir}/test-requirements.txt # At some point we should enable this since tox expects it to exist but