Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-12 10:50:57 +00:00 committed by Gerrit Code Review
commit 7d721ef02b
1 changed files with 2 additions and 1 deletions

View File

@ -23,11 +23,12 @@ deps = -r{toxinidir}/test-requirements.txt
commands = /bin/true
[testenv:pep8]
basepython = python2.7
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]