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
1 changed files with 2 additions and 1 deletions

View File

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