From 61767b1ce42d18e0c1d2d38af1e4ae6597d69d63 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 4 Jul 2018 16:28:33 -0400 Subject: [PATCH] added Python 3.7 interpreter testing support --- test_runner.sh | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_runner.sh b/test_runner.sh index 1bb298d..8ba43b8 100755 --- a/test_runner.sh +++ b/test_runner.sh @@ -2,4 +2,4 @@ # test_runner.sh : local testing script -tox -e py27,py36 \ No newline at end of file +tox -e py27,py37 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 90c06aa..b284f53 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] commands =