Merge "Delete python bytecode file"

This commit is contained in:
Jenkins 2016-10-31 22:25:25 +00:00 committed by Gerrit Code Review
commit 28fa773dea
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ deps = -r{toxinidir}/requirements.txt
whitelist_externals = bash
find
commands =
find . -type f -name "*.pyc" -delete
find . -type f -name "*.py[c|o]" -delete
nosetests
[testenv:pep8]