X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=8f734fcdda31997ecd027373fd954ba1253aabff;hb=235730febc8e7d2f18a6a397d56f2a341688305a;hp=6e0d8b44657490c668c68985aa937479063ba8fe;hpb=916e4931a56c1a5d41d46148609bf348d4326d37;p=doctor.git diff --git a/tox.ini b/tox.ini index 6e0d8b44..8f734fcd 100644 --- a/tox.ini +++ b/tox.ini @@ -29,10 +29,12 @@ passenv = INSTALLER_TYPE INSTALLER_IP INSPECTOR_TYPE + ADMIN_TOOL_TYPE TEST_CASE 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}