Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-12 10:52:33 +00:00 committed by Gerrit Code Review
commit b1088c03e5
1 changed files with 2 additions and 1 deletions

View File

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