Merge "Remove all bytcode before running tox"
This commit is contained in:
commit
3da871f546
1
tox.ini
1
tox.ini
@ -15,6 +15,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
whitelist_externals = sh
|
whitelist_externals = sh
|
||||||
find
|
find
|
||||||
commands = find . -type f -name "*.py[c|o]" -delete
|
commands = find . -type f -name "*.py[c|o]" -delete
|
||||||
|
find . -type d -name "__pycache__" -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