diff --git a/tox.ini b/tox.ini index 70c6c1f..8ea14b8 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py27,pep8 distribute = False setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt -commands = nosetests --with-coverage --cover-package=akanda_neutron {posargs} +commands = nosetests --with-coverage --cover-package=astara_neutron {posargs} sitepackages = False [tox:jenkins]