Skip to content

Commit 44bdd2b

Browse files
py35 build on appveyor failing for pandas / cython issue
1 parent 2808d30 commit 44bdd2b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

appveyor.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ environment:
2828
- PYTHON: C:\Python36-x64
2929
NP_BUILD_DEP: "1.13.3"
3030
NP_TEST_DEP: "1.13.3"
31-
- PYTHON: C:\Python35-x64
32-
NP_BUILD_DEP: "1.13.3"
33-
NP_TEST_DEP: "1.13.3"
3431

3532
- PYTHON: C:\Python37
3633
NP_BUILD_DEP: "1.14.5"
@@ -39,9 +36,14 @@ environment:
3936
- PYTHON: C:\Python36
4037
NP_BUILD_DEP: "1.13.3"
4138
NP_TEST_DEP: "1.13.3"
42-
- PYTHON: C:\Python35
43-
NP_BUILD_DEP: "1.13.3"
44-
NP_TEST_DEP: "1.13.3"
39+
40+
# problem with pandas + cython for py35
41+
# - PYTHON: C:\Python35-x64
42+
# NP_BUILD_DEP: "1.13.3"
43+
# NP_TEST_DEP: "1.13.3"
44+
# - PYTHON: C:\Python35
45+
# NP_BUILD_DEP: "1.13.3"
46+
# NP_TEST_DEP: "1.13.3"
4547

4648
install:
4749
- cmd: echo "Using cmd"

0 commit comments

Comments
 (0)