Use python3 for basepython in tox.ini

Change-Id: I1d9cd136592cec001abe0534dcf162d33785f281
This commit is contained in:
Adam Coldrick 2019-01-26 11:09:13 +00:00
parent 7a296ac2c4
commit 459399491c
1 changed files with 1 additions and 1 deletions

View File

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