Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-12 10:49:05 +00:00 committed by Gerrit Code Review
commit 59f2822e9c
1 changed files with 2 additions and 1 deletions

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]