Add ignore_basepython_conflict in tox.ini

ignore_basepython_conflict = True is to avoid the
python version conflict for basepython defined in base
env.

Bumping the tox minversion to 3.1.1 which has this flag available.

Change-Id: Ie16eede633e6c5706c9d68d525503b6ab77ea10c
This commit is contained in:
Ghanshyam 2020-01-23 07:35:19 -06:00
parent d46ea6b110
commit c596c966e9
1 changed files with 2 additions and 1 deletions

View File

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