From 5a4b0a51cc17bec5b69b7052473c4f96b2e9078d Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Wed, 26 Jun 2019 13:50:57 -0500 Subject: [PATCH] Remove 3.7 from Travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a460a81..c6949b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: python python: - "2.7" - "3.6" - - "3.7" + install: pip install tox-travis script: tox