Merge "Delete python bytecode before every test run"

This commit is contained in:
Jenkins 2016-08-22 12:41:25 +00:00 committed by Gerrit Code Review
commit 59ce21c3c1
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
/usr/bin/find . -type f -name "*.py[co]" -delete
python setup.py testr --testr-args='{posargs}'
[testenv:pep8]