Merge "Remove unnecessary nosetest param"

This commit is contained in:
Jenkins 2016-01-18 21:15:13 +00:00 committed by Gerrit Code Review
commit 30364cf6a0
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]