Delete python bytecode file
This patch delete python bytecode including pyo before every test run. Change-Id: I08516966c26f26661bf2671a1e25b6295afbf6a2
This commit is contained in:
parent
c3425ce83f
commit
7af644a6ef
2
tox.ini
2
tox.ini
@ -17,7 +17,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.py[c|o]" -delete
|
||||||
bash tools/pretty_tox.sh '{posargs}'
|
bash tools/pretty_tox.sh '{posargs}'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user