Merge "Set ignore_basepython_conflict (fixes confusing pep8 message)"

This commit is contained in:
Zuul 2020-01-16 00:59:35 +00:00 committed by Gerrit Code Review
commit a39f816b55
1 changed files with 4 additions and 0 deletions

View File

@ -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