Skip to content

Commit ee23b72

Browse files
committed
bump python versions in travis matrix
1 parent 6535c4d commit ee23b72

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ matrix:
4747
- NUMPY=numpy==1.7.0
4848
- MPL=matplotlib==1.2.0
4949
- BUILD_LIBGEOS=internal
50-
- python: 3.3
51-
env:
52-
- NUMPY=numpy==1.7.0
53-
- MPL=matplotlib==1.2.0
54-
- BUILD_LIBGEOS=internal
5550

5651
# "middle of the road" environment
5752
# use prepackaged binaries
@@ -60,6 +55,7 @@ matrix:
6055
env:
6156
- MPL=matplotlib==1.4.3
6257
- NUMPY=numpy==1.9.3
58+
- BUILD_LIBGEOS=internal
6359

6460
# "latest and greatest" stable environments
6561
# this uses the current stable versions
@@ -70,7 +66,10 @@ matrix:
7066
- python: 3.5
7167
env:
7268
- BUILD_LIBGEOS=3.5.0
73-
69+
- python: 3.6
70+
env:
71+
- BUILD_LIBGEOS=3.5.0
72+
7473
# "current development" environment
7574
# this test is diagnostic for development versions and is not required to pass
7675
- python: "nightly"

0 commit comments

Comments
 (0)