Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-12 10:55:15 +00:00 committed by Gerrit Code Review
commit 8a010810cc
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ commands = flake8 {posargs} hooks unit_tests tests actions lib
charm-proof
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:func]