Skip to content

Commit 5c655bc

Browse files
committed
REPO: Try a faster installation of Cython to speed up CI.
1 parent 9ee8e9f commit 5c655bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- "2.6"
88
install:
99
- if ! [[ $TRAVIS_PYTHON_VERSION > '2.6' ]]; then pip install unittest2 ; fi
10-
- pip install -r dev_requirements.txt
10+
- pip install --install-option='--no-cython-compile' -r dev_requirements.txt
1111
- python setup.py develop
1212
script:
1313
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then python -m unittest2.__main__ discover -v tests ; fi

0 commit comments

Comments
 (0)