Merge "Delete python bytecode before every test run"

This commit is contained in:
Jenkins
2015-12-11 10:35:39 +00:00
committed by Gerrit Code Review
+2
View File
@@ -24,10 +24,12 @@ install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
whitelist_externals =
find
coverage
rm
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --coverage --testr-args="{posargs}"
coverage report -m
rm -f .coverage