This commit is contained in:
Alexander Zeijlon 2025-06-04 15:36:26 +02:00
commit 15489fb72e
1 changed files with 2 additions and 2 deletions

View File

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