Merge "Delete python bytecode including pyo"
This commit is contained in:
commit
5425d684c0
2
tox.ini
2
tox.ini
@ -103,7 +103,7 @@ passenv = KMIP_PLUGIN_ENABLED
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
setenv = OS_TEST_PATH={toxinidir}/barbican/cmd/functionaltests
|
||||
commands =
|
||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||
/usr/bin/find . -type f -name "*.py[c|o]" -delete
|
||||
/bin/bash {toxinidir}/functionaltests/pretty_tox.sh '{posargs}'
|
||||
|
||||
[flake8]
|
||||
|
Loading…
x
Reference in New Issue
Block a user