Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9639c87

Browse files
committed
Small cleanups for appveyor and travis
1 parent 11cd717 commit 9639c87

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ environment:
1616
OPENBLAS_64: "https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.0-win_amd64-gcc_7_1_0.zip"
1717
OPENBLAS_32_SHA256: 4d8ebb7deb23e9aa39837087a8e41ac4cc0c0e44fa60861e1568e974bdbd7be6
1818
OPENBLAS_64_SHA256: e1bea2d94fe1c54c3cd1da62440a7975826427bc2dd55e67d064059632ddf323
19-
CYTHON_BUILD_DEP: Cython==0.26.1
19+
CYTHON_BUILD_DEP: Cython
2020
TEST_MODE: fast
2121
APPVEYOR_SAVE_CACHE_ON_ERROR: true
2222
APPVEYOR_SKIP_FINALIZE_ON_EXIT: true
@@ -31,12 +31,10 @@ environment:
3131
- PYTHON: C:\Python37
3232
PYTHON_VERSION: 3.7
3333
PYTHON_ARCH: 32
34-
CYTHON_BUILD_DEP: Cython
3534

3635
- PYTHON: C:\Python37-x64
3736
PYTHON_VERSION: 3.7
3837
PYTHON_ARCH: 64
39-
CYTHON_BUILD_DEP: Cython
4038

4139
- PYTHON: C:\Python36
4240
PYTHON_VERSION: 3.6

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ matrix:
7171
- os: linux
7272
env:
7373
- MB_PYTHON_VERSION=3.7
74-
- BUILD_DEPENDS="Cython"
7574
- os: linux
7675
env:
7776
- MB_PYTHON_VERSION=3.7
78-
- BUILD_DEPENDS="Cython"
7977
- PLAT=i686
8078
- os: osx
8179
language: generic
@@ -97,7 +95,6 @@ matrix:
9795
language: generic
9896
env:
9997
- MB_PYTHON_VERSION=3.7
100-
- BUILD_DEPENDS="Cython"
10198

10299
before_install:
103100
- if [ "$TRAVIS_BRANCH" == "master" ]; then

0 commit comments

Comments
 (0)