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

This commit is contained in:
Zuul 2018-12-19 13:29:40 +00:00 committed by Gerrit Code Review
commit e5799e5e42
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py36,py35,py27,pep8,pypy
envlist = pep8,py37,py36,py35,py27,pypy
[testenv]
usedevelop=True