Merge "Add ignore_basepython_conflict in tox.ini"

This commit is contained in:
Zuul 2020-03-23 06:42:29 +00:00 committed by Gerrit Code Review
commit 953e1d804a
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