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
1 changed files with 1 additions and 1 deletions

View File

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