Merge "Delete python bytecode before every test run"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user