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

This commit is contained in:
Zuul 2020-01-02 13:11:58 +00:00 committed by Gerrit Code Review
commit f4c5d5136e
1 changed files with 2 additions and 1 deletions

View File

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