Merge "Use py3 for all* tox targets"
This commit is contained in:
commit
c80ef0fc47
5
tox.ini
5
tox.ini
@ -2,8 +2,13 @@
|
|||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
envlist = py36,py27,pep8
|
envlist = py36,py27,pep8
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
# Automatic envs (pyXX) will use the python version appropriate to that
|
||||||
|
# env and ignore basepython inherited from [testenv]. That's what we
|
||||||
|
# want, and we don't need to be warned about it.
|
||||||
|
ignore_basepython_conflict = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
|
Loading…
Reference in New Issue
Block a user