trivial: fix wrong package name

package name should be astara_neutron.

Change-Id: I9dbff6ebf3cf6eb5d932c67f39bb1e07ae3aacb9
This commit is contained in:
Yang Hongyang 2016-02-06 14:06:45 +08:00
parent fbfd8eae6b
commit bdf62157f1
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]