X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=c6c185ed96ce20ebeb93b77c315ac6a65eb4fb73;hb=e961ab783887a9c44d2a321df646f1c49f83b299;hp=8f734fcdda31997ecd027373fd954ba1253aabff;hpb=235730febc8e7d2f18a6a397d56f2a341688305a;p=doctor.git diff --git a/tox.ini b/tox.ini index 8f734fcd..c6c185ed 100644 --- a/tox.ini +++ b/tox.ini @@ -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}