Merge "Add ability to run specific tests in py35 tox environment."
This commit is contained in:
commit
79001f39ca
9
tox.ini
9
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user