Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-02 02:36:26 +00:00 committed by Gerrit Code Review
commit 3931063c35
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ commands =
pip install -e ../horizon
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:pep8]