Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-02 01:01:08 +00:00 committed by Gerrit Code Review
commit 08f3a4bbe6
1 changed files with 1 additions and 0 deletions

View File

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