Merge "update comment on ignore_basepython_conflict"
This commit is contained in:
commit
518199231c
6
tox.ini
6
tox.ini
@ -1,9 +1,9 @@
|
||||
[tox]
|
||||
minversion = 3.1.1
|
||||
envlist = py{27,36,37},functional,pep8
|
||||
# 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.
|
||||
# Automatic envs (pyXX) will only use the python version appropriate to that
|
||||
# env and ignore basepython inherited from [testenv] if we set
|
||||
# ignore_basepython_conflict.
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user