Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-07-17 00:34:45 +00:00 committed by Gerrit Code Review
commit dda26ef47c
1 changed files with 4 additions and 0 deletions

View File

@ -13,15 +13,19 @@ deps = -r{toxinidir}/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 test --coverage --coverage-package-name=os_net_config --testr-args='{posargs}'
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[flake8]