delete python bytecode including pyo before every test run

Change-Id: Id013e531bad0d7938e726b26e2e005f028435507
This commit is contained in:
avnish 2016-09-16 09:41:18 +05:30
parent 716494ee86
commit d2dc31b521
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ install_command =
deps =
-r{toxinidir}/test-requirements.txt
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
/usr/bin/find . -type f -name "*.py[c|o]" -delete
passenv =
HOME
http_proxy