Merge "[Configuration] Fix tox python3 overrides."

This commit is contained in:
Zuul 2019-01-02 12:37:30 +00:00 committed by Gerrit Code Review
commit a534135fb4
1 changed files with 1 additions and 0 deletions

View File

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