Set ignore_basepython_conflict in tox

Ida03f9cca7d276ed8a449d21c0ba58330916e7d9 defined
the basepython in common place but
did not set the ignore_basepython_conflict to True
in tox to avoid the wrong version in py env and
error in future.

Change-Id: I398df150ebf6e5ec9bc34344f0f95a6eb2d0244d
This commit is contained in:
Ghanshyam Mann 2020-02-15 17:22:36 -06:00
parent a9241367d7
commit 809e959b14

View File

@ -1,7 +1,8 @@
[tox]
envlist = py37,pypy,pep8
minversion = 2.0
minversion = 3.1.1
skipsdist = True
ignore_basepython_conflict = True
[testenv]
usedevelop = True