Merge "fix tox python3 overrides"

This commit is contained in:
Zuul
2018-10-12 10:48:22 +00:00
committed by Gerrit Code Review

View File

@@ -29,11 +29,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]