Merge "Use python3 for basepython in tox.ini"
This commit is contained in:
commit
9200863c34
2
tox.ini
2
tox.ini
@ -29,7 +29,7 @@ basepython = python3
|
||||
commands = flake8
|
||||
|
||||
[testenv:venv]
|
||||
basepython = python2
|
||||
basepython = python3
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
|
Loading…
x
Reference in New Issue
Block a user