diff --git a/tox.ini b/tox.ini index 6a37cfe..7d67e9f 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir} install_command = pip install {opts} {packages} -commands = nosetests --with-coverage --cover-package=zaza {posargs} {toxinidir}/unit_tests +commands = nosetests --with-coverage --cover-package=zaza.openstack {posargs} {toxinidir}/unit_tests [testenv:py3] basepython = python3