Add Python 3.7 to tox

Change-Id: I612dc2beb9ab14c93e4c0dab775e8868a1bd8c45
This commit is contained in:
Dougal Matthews 2019-03-22 11:11:09 +00:00
parent 54c34492d0
commit 218ab5a76e
1 changed files with 1 additions and 1 deletions

View File

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