Merge "Remove all bytcode before running tox"

This commit is contained in:
Jenkins 2016-07-29 07:54:24 +00:00 committed by Gerrit Code Review
commit 3da871f546
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ deps = -r{toxinidir}/requirements.txt
whitelist_externals = sh
find
commands = find . -type f -name "*.py[c|o]" -delete
find . -type d -name "__pycache__" -delete
sh tools/pretty_tox.sh '{posargs}'
[testenv:fullstack]