Add a tox test for Python 3.7

This commit is contained in:
Daniel Quinn 2018-09-23 14:01:35 +01:00
parent b20d7eca03
commit acf6caca2f

View File

@ -5,7 +5,7 @@
[tox]
skipsdist = True
envlist = py34, py35, py36, pycodestyle, doc
envlist = py34, py35, py36, py37, pycodestyle, doc
[testenv]
commands = pytest