Merge "Enforce running tox with correct python version based on env"

This commit is contained in:
Zuul 2020-01-10 02:39:05 +00:00 committed by Gerrit Code Review
commit 834d02e616

View File

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