Skip to content

Commit 2ccca3a

Browse files
MAINT: Specify Cython version in Travis build.
1 parent 1eb34a2 commit 2ccca3a

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
@@ -66,7 +66,7 @@ before_install:
6666
- popd
6767
# End install gmpy2 dependencies
6868
# Speed up install by not compiling Cython
69-
- travis_retry pip install --install-option="--no-cython-compile" Cython
69+
- travis_retry pip install --install-option="--no-cython-compile" Cython==0.22
7070
- travis_retry pip install $NUMPYSPEC
7171
- travis_retry pip install nose mpmath argparse
7272
- travis_retry pip install gmpy2 # speeds up mpmath (scipy.special tests)

0 commit comments

Comments
 (0)