From: Tomi Juvonen Date: Tue, 16 Apr 2019 06:33:48 +0000 (+0000) Subject: Merge "Fix tox to clean python cache" into stable/hunter X-Git-Tag: opnfv-8.0.0~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=38a8102f8dd2e580857477e318b2ceb5a4ecdb06;hp=364d2c2344be5775a0eef6fe19fda125d2c8853d;p=doctor.git Merge "Fix tox to clean python cache" into stable/hunter --- 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}