Merge "update comment on ignore_basepython_conflict"

This commit is contained in:
Zuul
2019-06-13 22:45:57 +00:00
committed by Gerrit Code Review

View File

@@ -1,9 +1,9 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.1.1
envlist = py{27,36,37},functional,pep8 envlist = py{27,36,37},functional,pep8
# Automatic envs (pyXX) will use the python version appropriate to that # Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv]. That's what we # env and ignore basepython inherited from [testenv] if we set
# want, and we don't need to be warned about it. # ignore_basepython_conflict.
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]