Merge "Delete python bytecode file"

This commit is contained in:
Jenkins 2016-12-19 10:05:34 +00:00 committed by Gerrit Code Review
commit d2995952a5

View File

@ -6,7 +6,7 @@ envlist = py34,py27,pypy,pep8, bandit
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = find
commands =
find . -type f -name "*.pyc" -delete
find . -type f -name "*.py[co]" -delete
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
@ -14,7 +14,7 @@ commands = flake8
[testenv:py27]
commands =
find . -type f -name "*.pyc" -delete
find . -type f -name "*.py[co]" -delete
python setup.py testr --slowest --testr-args='{posargs}'
doc8 --ignore-path "doc/source/history.rst" doc/source