This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ environment:
16
16
OPENBLAS_64 : " https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.0-win_amd64-gcc_7_1_0.zip"
17
17
OPENBLAS_32_SHA256 : 4d8ebb7deb23e9aa39837087a8e41ac4cc0c0e44fa60861e1568e974bdbd7be6
18
18
OPENBLAS_64_SHA256 : e1bea2d94fe1c54c3cd1da62440a7975826427bc2dd55e67d064059632ddf323
19
- CYTHON_BUILD_DEP : Cython==0.26.1
19
+ CYTHON_BUILD_DEP : Cython
20
20
TEST_MODE : fast
21
21
APPVEYOR_SAVE_CACHE_ON_ERROR : true
22
22
APPVEYOR_SKIP_FINALIZE_ON_EXIT : true
@@ -31,12 +31,10 @@ environment:
31
31
- PYTHON : C:\Python37
32
32
PYTHON_VERSION : 3.7
33
33
PYTHON_ARCH : 32
34
- CYTHON_BUILD_DEP : Cython
35
34
36
35
- PYTHON : C:\Python37-x64
37
36
PYTHON_VERSION : 3.7
38
37
PYTHON_ARCH : 64
39
- CYTHON_BUILD_DEP : Cython
40
38
41
39
- PYTHON : C:\Python36
42
40
PYTHON_VERSION : 3.6
Original file line number Diff line number Diff line change @@ -71,11 +71,9 @@ matrix:
71
71
- os : linux
72
72
env :
73
73
- MB_PYTHON_VERSION=3.7
74
- - BUILD_DEPENDS="Cython"
75
74
- os : linux
76
75
env :
77
76
- MB_PYTHON_VERSION=3.7
78
- - BUILD_DEPENDS="Cython"
79
77
- PLAT=i686
80
78
- os : osx
81
79
language : generic
@@ -97,7 +95,6 @@ matrix:
97
95
language : generic
98
96
env :
99
97
- MB_PYTHON_VERSION=3.7
100
- - BUILD_DEPENDS="Cython"
101
98
102
99
before_install :
103
100
- if [ "$TRAVIS_BRANCH" == "master" ]; then
You can’t perform that action at this time.
0 commit comments