Merge "Use nosetests for coverage in tox.ini"

This commit is contained in:
Jenkins 2013-12-16 20:08:56 +00:00 committed by Gerrit Code Review
commit 4561e0da46
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ commands =
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage
setenv = NOSE_WITH_COVERAGE=1
commands = nosetests {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip