Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-03-12 14:46:13 +00:00 committed by Gerrit Code Review
commit 7ab646bee9
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} hooks
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]