Merge "Set ignore_basepython_conflict to true in tox.ini"

This commit is contained in:
Zuul 2019-12-04 05:03:58 +00:00 committed by Gerrit Code Review
commit 97e495671f
1 changed files with 2 additions and 1 deletions

View File

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