X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=c6c185ed96ce20ebeb93b77c315ac6a65eb4fb73;hb=e961ab783887a9c44d2a321df646f1c49f83b299;hp=6e0d8b44657490c668c68985aa937479063ba8fe;hpb=916e4931a56c1a5d41d46148609bf348d4326d37;p=doctor.git diff --git a/tox.ini b/tox.ini index 6e0d8b44..c6c185ed 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 + /usr/bin/find {toxinidir} -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete [testenv:pep8] changedir = {toxinidir}