Merge "Update tox.ini for correct py3 support and remove py2"

This commit is contained in:
Zuul 2019-06-06 01:25:24 +00:00 committed by Gerrit Code Review
commit 79d41a2841
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
[tox]
envlist = docs,linters,py35,py27
minversion = 2.0
envlist = docs,linters,py35,py37
minversion = 3.1.0
skipsdist = True
ignore_basepython_conflict=true
[testenv]
basepython = python3