Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-12-04 04:32:43 +00:00 committed by Gerrit Code Review
commit 0aaf586f11
1 changed files with 3 additions and 0 deletions

View File

@ -17,9 +17,11 @@ commands=
commands =
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:pep8]
basepython = python3
commands = ./run-flake8
[flake8]
@ -28,4 +30,5 @@ exclude = .venv,.tox,dist,*.egg,build,releasenotes
show-source = true
[testenv:releasenotes]
basepython = python3
commands = bash -c tools/releasenotes_tox.sh