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

This commit is contained in:
Zuul 2019-12-26 15:32:06 +00:00 committed by Gerrit Code Review
commit af43de3b23

View File

@ -1,5 +1,7 @@
[tox]
minversion = 3.1.0
envlist = py3,pep8,functional-py36
ignore_basepython_conflict=true
[testenv]
basepython = python3