From 6662a33dae348e65e03bbb593919fff1055a836c Mon Sep 17 00:00:00 2001 From: Bryan McCann Date: Fri, 22 Jun 2018 10:51:09 -0700 Subject: [PATCH] Python 2.7 not currently supported --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0aee3a0..79cc3e14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ group: travis_latest language: python cache: pip python: - - 2.7 + #- 2.7 - 3.6 #- nightly #- pypy