delete python bytecode including pyo before every test run
Change-Id: Id013e531bad0d7938e726b26e2e005f028435507
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -11,7 +11,7 @@ install_command =
|
|||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.py[c|o]" -delete
|
||||||
passenv =
|
passenv =
|
||||||
HOME
|
HOME
|
||||||
http_proxy
|
http_proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user