Merge "Delete python bytecode before every test run"
This commit is contained in:
commit
d35304e5f3
3
tox.ini
3
tox.ini
@ -13,7 +13,8 @@ install_command = {toxinidir}/tools/tox_install.sh {opts} {packages}
|
|||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
whitelist_externals = sh
|
whitelist_externals = sh
|
||||||
commands =
|
find
|
||||||
|
commands = find . -type f -name "*.py[c|o]" -delete
|
||||||
sh tools/pretty_tox.sh '{posargs}'
|
sh tools/pretty_tox.sh '{posargs}'
|
||||||
|
|
||||||
[testenv:fullstack]
|
[testenv:fullstack]
|
||||||
|
Loading…
Reference in New Issue
Block a user