Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-23 06:35:23 +00:00 committed by Gerrit Code Review
commit c0a618bfec
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:deploy-guide]