@ -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