Skip to content

Commit

Permalink
TST: Changing the Travis minimum Python version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Aug 20, 2020
1 parent 8087e51 commit 6487fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
env:
matrix:
- NAME="Minimum dependencies."
PYTHON_VERSION=3.7
PYTHON_VERSION=3.6
PACKAGES="cython=0.28.5 matplotlib=2.2.2 numpy=1.16 owslib=0.17 proj4=5.2.0 scipy=1.2.0"
- NAME="Latest everything."
PYTHON_VERSION=3.8
Expand Down

0 comments on commit 6487fe4

Please sign in to comment.