We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb34a2 commit 2ccca3aCopy full SHA for 2ccca3a
.travis.yml
@@ -66,7 +66,7 @@ before_install:
66
- popd
67
# End install gmpy2 dependencies
68
# Speed up install by not compiling Cython
69
- - travis_retry pip install --install-option="--no-cython-compile" Cython
+ - travis_retry pip install --install-option="--no-cython-compile" Cython==0.22
70
- travis_retry pip install $NUMPYSPEC
71
- travis_retry pip install nose mpmath argparse
72
- travis_retry pip install gmpy2 # speeds up mpmath (scipy.special tests)
0 commit comments