Merge "Set ignore_basepython_conflict (fixes confusing pep8 message)"
This commit is contained in:
commit
a39f816b55
4
tox.ini
4
tox.ini
@ -2,6 +2,10 @@
|
||||
minversion = 2.0
|
||||
envlist = py36,py37,pep8
|
||||
skipsdist = True
|
||||
# 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]
|
||||
usedevelop = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user