Fix test command to run unit tests
It should have been updated when nose was replaced by nose2[1].
[1] 9ac3272d2b
This commit is contained in:
parent
c24fbbce94
commit
03dba52b04
2
tox.ini
2
tox.ini
|
|
@ -7,7 +7,7 @@
|
||||||
envlist = py3
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue