Merge "delete python bytecode including pyo before every test run"

This commit is contained in:
Jenkins 2016-09-21 06:27:52 +00:00 committed by Gerrit Code Review
commit 6e693f2b68
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