Merge "Add ignore_basepython_conflict option to tox.ini"

This commit is contained in:
Zuul 2018-11-06 19:43:03 +00:00 committed by Gerrit Code Review
commit b31b866fbc
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
[tox]
minversion = 1.6
minversion = 3.1
skipsdist = True
envlist = pep8,py35
ignore_basepython_conflict = True
[testenv]
basepython = python3