Update tox py version conflict flag

ignore_basepython_conflict flag needs to be set True
as basepython is py3 in common env.

Change-Id: If7aeb0be012cb4ec43d29880c466a8bd14dd6532
This commit is contained in:
Ghanshyam Mann 2020-02-03 12:16:39 -06:00
parent f6d309eed6
commit d61c67babf
1 changed files with 2 additions and 1 deletions

View File

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