Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-11 07:55:53 +00:00 committed by Gerrit Code Review
commit 6f8a44227c
1 changed files with 4 additions and 0 deletions

View File

@ -13,12 +13,15 @@ deps =
commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
commands = flake8
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source scciclient --parallel-mode
commands =
@ -29,6 +32,7 @@ commands =
coverage report
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[flake8]