delete python bytecode including pyo before every test run

Change-Id: Ia40b795d3209e5006f9f377dbefa2ce129bb0072
This commit is contained in:
avnish 2016-09-15 18:03:42 +05:30
parent 704d4bea45
commit c544126f51
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ whitelist_externals = sh
find
rm
commands =
find . -type f -name "*.pyc" -delete
find . -type f -name "*.py[c|o]" -delete
sh tools/pretty_tox.sh '{posargs}'
passenv = http_proxy
HTTP_PROXY