From 2c334fc19f59a985374d7915abd12816198528bb Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Thu, 12 Jul 2018 21:24:27 -0400 Subject: [PATCH] Update tests to run using Python 3.7 --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a1e848..d3ccf34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" sudo: false install: - pip install tox-travis diff --git a/tox.ini b/tox.ini index 4d42ed5..2d94fd2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36, flake8 +envlist = py27, py34, py35, py36, py37, flake8 [testenv] setenv =