Skip to content

Commit 001cf27

Browse files
committed
Stop installing Cython in travis & AppVeyor
1 parent d4c219e commit 001cf27

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ python:
88
- 3.5
99
- pypy
1010

11-
before_install: pip install Cython
1211
install: python setup.py install
1312
script: nosetests

appveyor.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,9 @@ install:
8080
# about it being out of date.
8181
- "pip install --disable-pip-version-check --user --upgrade pip wheel"
8282

83-
# Install the build dependencies of the project. If some dependencies contain
84-
# compiled extensions and are not provided as pre-built wheel packages,
85-
# pip will build them from source using the MSVC compiler matching the
86-
# target Python version and architecture
87-
- "%CMD_IN_ENV% pip install cython"
88-
8983
build_script:
9084
# Build the compiled extension
91-
- "%CMD_IN_ENV% python setup.py build"
85+
- "%CMD_IN_ENV% python setup.py install"
9286

9387
test_script:
9488
# Run the project tests

0 commit comments

Comments
 (0)