Merge "Add py36 and py37 tox envs"

This commit is contained in:
Zuul 2019-03-15 00:54:12 +00:00 committed by Gerrit Code Review
commit c3761b7b2e

View File

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