Delete python bytecode file

This patch delete python bytecode
including pyo before every test run.

Change-Id: I08516966c26f26661bf2671a1e25b6295afbf6a2
This commit is contained in:
Feng Shengqin 2016-11-22 03:21:38 +08:00
parent c3425ce83f
commit 7af644a6ef

View File

@ -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}'