Fixing problems with tox
Remove options -w and -e. Both those options throws an error: nosetests: error: no such option: -w Run nosetest in a specified dir and add verbose option. Change-Id: I20c2b95431f755222ae523f5cc0ef217ff157c6c
This commit is contained in:
parent
28fe9be738
commit
e1860d0a74
2
tox.ini
2
tox.ini
@ -15,7 +15,7 @@ whitelist_externals = bash
|
|||||||
find
|
find
|
||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
nosetests -w tests/ -e tests_to_fix
|
nosetests tests/ --verbose
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
Loading…
Reference in New Issue
Block a user