Merge "Add ability to run specific tests in py35 tox environment."

This commit is contained in:
Zuul 2018-04-12 00:23:16 +00:00 committed by Gerrit Code Review
commit 79001f39ca

View File

@ -26,9 +26,9 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_COVER_HTML=1
NOSE_COVER_HTML_DIR={toxinidir}/cover
[testenv:py34]
[testenv:py35]
commands =
nosetests \
nosetests {posargs:\
test/unit/cli/test_dispersion_report.py \
test/unit/cli/test_form_signature.py \
test/unit/cli/test_info.py \
@ -45,10 +45,7 @@ commands =
test/unit/common/test_splice.py \
test/unit/common/test_storage_policy.py \
test/unit/common/test_utils.py \
test/unit/common/test_wsgi.py
[testenv:py35]
commands = {[testenv:py34]commands}
test/unit/common/test_wsgi.py}
[testenv:pep8]
basepython = python2.7