Merge "Delete python bytecode before every test run"
This commit is contained in:
commit
d35304e5f3
5
tox.ini
5
tox.ini
@ -13,8 +13,9 @@ 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
|
||||||
sh tools/pretty_tox.sh '{posargs}'
|
commands = find . -type f -name "*.py[c|o]" -delete
|
||||||
|
sh tools/pretty_tox.sh '{posargs}'
|
||||||
|
|
||||||
[testenv:fullstack]
|
[testenv:fullstack]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
Loading…
Reference in New Issue
Block a user