summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-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}