Remove 'pyc' files before running tests
Change-Id: Ide659b7b8f4355bfd2a3dc87016c05d092b408b3
This commit is contained in:
parent
c6ac4ef45e
commit
a3eaf794d1
4
tox.ini
4
tox.ini
@ -13,7 +13,9 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
commands =
|
||||||
|
find . -type f -name "*.pyc" -delete
|
||||||
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
distribute = false
|
distribute = false
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user