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