Merge "delete python bytecode including pyo before every test run"
This commit is contained in:
commit
cbb58baada
2
tox.ini
2
tox.ini
@ -11,7 +11,7 @@ whitelist_externals = find
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
find . -type f -name "*.py[c|o]" -delete
|
||||
ostestr {posargs}
|
||||
|
||||
[testenv:releasenotes]
|
||||
|
Loading…
x
Reference in New Issue
Block a user