Merge "Add '*.pyc' clean up for unit_tests"
This commit is contained in:
commit
08b0644d88
5
tox.ini
5
tox.ini
@ -12,6 +12,7 @@ setenv =
|
||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||
whitelist_externals =
|
||||
bash
|
||||
find
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
@ -49,7 +50,9 @@ commands =
|
||||
{[unit_tests]commands}
|
||||
|
||||
[unit_tests]
|
||||
commands = bash {toxinidir}/tools/unit_tests.sh {envpython} {toxinidir} {posargs}
|
||||
commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
bash {toxinidir}/tools/unit_tests.sh {envpython} {toxinidir} {posargs}
|
||||
|
||||
[testenv:pep8]
|
||||
usedevelop = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user