From 1105d4a23ba6012a204cca7ada3444ab252ed08a Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 22 Dec 2019 11:37:08 +0000 Subject: [PATCH] Updated Travis CI test to use Python 3.6 (#646) Python 2.7 is almost out of support. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb0403eb..56908284 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ language: python python: # Specify Python version - - '2.7' + - '3.6' install: # Install lint tools.