Merge "fix tox python3 overrides"

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

View File

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