Merge "Use py3 for all* tox targets"

This commit is contained in:
Zuul 2019-05-08 14:41:34 +00:00 committed by Gerrit Code Review
commit c80ef0fc47
1 changed files with 5 additions and 0 deletions

View File

@ -2,8 +2,13 @@
minversion = 2.0
envlist = py36,py27,pep8
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]
basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
setenv =