Merge "trivial: fix wrong package name"

This commit is contained in:
Jenkins 2016-02-23 21:35:25 +00:00 committed by Gerrit Code Review
commit 8111a7bd61
1 changed files with 1 additions and 1 deletions

View File

@ -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]