diff --git a/tox.ini b/tox.ini index bf7ac72..8c629cf 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ 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