X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=8f734fcdda31997ecd027373fd954ba1253aabff;hp=2242637dcd0ff920dc9d3091ae12e1eb7a4cca93;hb=d978d0799762188dc3377d4337b4a17a882c9451;hpb=468f1f1c88b993de227c9c6df7d53f1d5b2fef87 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}