From e3da17c3057e552c38eecf15159d03c319110946 Mon Sep 17 00:00:00 2001 From: Emmanuel Branlard Date: Tue, 16 Oct 2018 22:15:40 -0600 Subject: [PATCH] python 3.7 only --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2efa7a2..dda73f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ ## ---- EXAMPLE 2: python language: python python: - - "2.7" +# - "2.7" - "3.6" os: - linux