Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-12-19 04:34:39 +00:00 committed by Gerrit Code Review
commit 419ab9601f
1 changed files with 4 additions and 0 deletions

View File

@ -14,15 +14,19 @@ deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
basepython = python3
commands = flake8
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[flake8]