Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-08 04:06:55 +00:00 committed by Gerrit Code Review
commit d3e2b83e44
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_refresh_config --parallel-mode
commands =
@ -29,6 +31,7 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]