Merge "Cleanup tox.ini"

This commit is contained in:
Zuul 2018-09-10 16:08:28 +00:00 committed by Gerrit Code Review
commit 2dcc6ecc85
1 changed files with 1 additions and 16 deletions

17
tox.ini
View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py34,py27,pypy,pep8
envlist = py36,py35,py27,pypy,pep8
skipsdist = True
[testenv]
@ -23,17 +23,6 @@ commands = flake8 {posargs}
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
setenv =
VIRTUAL_ENV={envdir}
PYTHON=coverage run --source telemetry_tempest_plugin --parallel-mode
commands =
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
@ -43,10 +32,6 @@ basepython = python3
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.