Merge "Use python3 for basepython in tox.ini"

This commit is contained in:
Zuul 2019-02-21 02:30:19 +00:00 committed by Gerrit Code Review
commit 9200863c34

View File

@ -29,7 +29,7 @@ basepython = python3
commands = flake8 commands = flake8
[testenv:venv] [testenv:venv]
basepython = python2 basepython = python3
commands = {posargs} commands = {posargs}
[testenv:docs] [testenv:docs]