Skip to content

Commit

Permalink
Drop Python 3.5 from Travis-CI matrix (pygeos/pygeos#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Oct 14, 2020
1 parent 302d744 commit 07c83f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: minimal

matrix:
include:
- os: linux # 2015
env: PYTHON_VERSION="3.5" RESTORE_FREE_CHANNEL=1 DEPS="numpy=1.10 geos=3.5"
- os: linux # 2017
env: PYTHON_VERSION="3.6" DEPS="numpy=1.13 geos=3.6"
- os: linux # 2018
Expand All @@ -28,7 +26,4 @@ install:
- pip install . --no-deps

script:
- if [[ "$PYTHON_VERSION" == "3.5" ]];
then pytest;
else pytest --doctest-modules;
fi;
- pytest --doctest-modules;

0 comments on commit 07c83f2

Please sign in to comment.