Remove unnecessary nosetest param

cover-package = astara already specified in setup.cfg, no need to
specify in tox.ini.

Change-Id: I7e595f74fa71a6af145d4764add981196b12f06f
This commit is contained in:
Yang Hongyang 2016-01-14 10:35:11 +08:00
parent a22798f4a1
commit 1f1c6ac774
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 {posargs:--with-coverage --cover-package=astara astara/test/unit/}
commands = nosetests {posargs:--with-coverage astara/test/unit/}
sitepackages = False
[tox:jenkins]