Merge "[Configuration] Add missing py37 and corrected default envlist."

This commit is contained in:
Zuul 2019-01-22 20:22:38 +00:00 committed by Gerrit Code Review
commit 29f5759a4d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,pep8,pylint
envlist = pep8,pylint,py37,py36,py35,py27
minversion = 2.0
skipsdist = True