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

This commit is contained in:
Zuul 2019-12-26 12:10:43 +00:00 committed by Gerrit Code Review
commit ee235a8df6
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]
usedevelop = True