Merge "Remove unnecessary pyNN testenv sections"

This commit is contained in:
Zuul 2018-07-11 00:24:03 +00:00 committed by Gerrit Code Review
commit 29f95455c2
1 changed files with 1 additions and 19 deletions

20
tox.ini
View File

@ -11,6 +11,7 @@ setenv =
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = bash
commands = stestr run --black-regex ".tests.functional" {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
@ -23,15 +24,6 @@ commands = flake8
basepython = python3
commands = {posargs}
[testenv:py27]
commands =
stestr run --black-regex ".tests.functional" '{posargs}'
[testenv:py35]
basepython = python3
commands =
stestr run --black-regex ".tests.functional" '{posargs}'
[testenv:functional]
basepython = python2.7
setenv =
@ -39,14 +31,6 @@ setenv =
commands =
stestr run --black-regex ".tests.unit" '{posargs}'
[testenv:cover]
basepython = python3
commands =
coverage erase
python setup.py testr --coverage --testr-args='--concurrency=1 {posargs}'
coverage combine
coverage html --include='os_vif/*' -d covhtml -i
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
@ -91,5 +75,3 @@ deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =
stestr run --black-regex ".tests.functional" '{posargs}'