summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Juvonen <tomi.juvonen@nokia.com>2019-04-09 12:49:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-04-09 12:49:28 +0000
commitd978d0799762188dc3377d4337b4a17a882c9451 (patch)
treed0e0d4b8d72989b4aa70b2792895e7d47ba77b46
parent468f1f1c88b993de227c9c6df7d53f1d5b2fef87 (diff)
parent235730febc8e7d2f18a6a397d56f2a341688305a (diff)
Merge "Fix tox to clean python cache"
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2242637d..8f734fcd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,6 +34,7 @@ passenv =
SSH_KEY
changedir = {toxinidir}/doctor_tests
commands = doctor-test
+ /bin/find {toxinidir} -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
[testenv:pep8]
changedir = {toxinidir}