Merge "Allow tox to be able to run independent functional tests"

This commit is contained in:
Jenkins 2015-11-18 16:45:54 +00:00 committed by Gerrit Code Review
commit 88cd70df81
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ commands = python setup.py build_sphinx
# Note: This requires local running instances of Barbican
deps =
{[testenv]deps}
commands = nosetests {toxinidir}/functionaltests --match='{posargs}'
commands = nosetests {toxinidir}/functionaltests/{posargs} -v
[tox:jenkins]
downloadcache = ~/cache/pip