use hostname without domain name & fix the `find` command in tox
[doctor.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8f734fc..c6c185e 100644 (file)
--- 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}