Skip to content

Commit

Permalink
drop support for 2.7 + add tests for 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
waliens committed Jul 14, 2020
1 parent 43f6dcf commit b16d28c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b16d28c

Please sign in to comment.