diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +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 + /usr/bin/find {toxinidir} -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete [testenv:pep8] changedir = {toxinidir} |