From b16d28ca223ac686b711ca988f5e76f7cdedbaca Mon Sep 17 00:00:00 2001 From: Romain Mormont Date: Tue, 14 Jul 2020 16:40:36 +0200 Subject: [PATCH] drop support for 2.7 + add tests for 3.6 and 3.7 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29a9ed2..80d8b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: python python: - # We don't actually use the Travis Python, but this keeps it organized. - - "2.7" - "3.5" - # - "3.6" Dependency conflict between shapely and python 3.6 (openssl 1.0.1) + - "3.6" + - "3.7" install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the