Passing through command-line options from tox to nosetests.
This commit is contained in:
parent
897046cf51
commit
301eb4926e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -5,4 +5,4 @@ skipsdist=True
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
deps=-rtest_requirements.txt
|
deps=-rtest_requirements.txt
|
||||||
commands = nosetests
|
commands = nosetests []
|
||||||
|
|
Loading…
Reference in a new issue