Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-08 01:10:31 +00:00 committed by Gerrit Code Review
commit cfe56e4949
1 changed files with 3 additions and 0 deletions

View File

@ -17,9 +17,11 @@ commands =
sitepackages = True
[testenv:pep8]
basepython = python3
commands = flake8
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source os_apply_config --parallel-mode
commands =
@ -29,6 +31,7 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]