File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,6 @@ matrix:
47
47
- NUMPY=numpy==1.7.0
48
48
- MPL=matplotlib==1.2.0
49
49
- 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
55
50
56
51
# "middle of the road" environment
57
52
# use prepackaged binaries
@@ -60,6 +55,7 @@ matrix:
60
55
env :
61
56
- MPL=matplotlib==1.4.3
62
57
- NUMPY=numpy==1.9.3
58
+ - BUILD_LIBGEOS=internal
63
59
64
60
# "latest and greatest" stable environments
65
61
# this uses the current stable versions
@@ -70,7 +66,10 @@ matrix:
70
66
- python : 3.5
71
67
env :
72
68
- BUILD_LIBGEOS=3.5.0
73
-
69
+ - python : 3.6
70
+ env :
71
+ - BUILD_LIBGEOS=3.5.0
72
+
74
73
# "current development" environment
75
74
# this test is diagnostic for development versions and is not required to pass
76
75
- python : " nightly"
You can’t perform that action at this time.
0 commit comments