Skip to content

Commit 1ae97d2

Browse files
author
Irwin Zaid
committed
Bumped up Cython version again
1 parent 6b37af2 commit 1ae97d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
- export CXX=g++-4.9
2525

2626
install:
27-
- travis_retry pip install --install-option="--no-cython-compile" Cython==0.22
27+
- travis_retry pip install --install-option="--no-cython-compile" Cython==0.23
2828
- mkdir libraries
2929
- pushd libraries
3030
- git clone --depth=1 https://github.com/libdynd/libdynd.git
@@ -42,7 +42,7 @@ matrix:
4242
python: 2.6
4343
compiler: gcc
4444
install:
45-
- travis_retry pip install --install-option="--no-cython-compile" Cython==0.22
45+
- travis_retry pip install --install-option="--no-cython-compile" Cython==0.23
4646
- travis_retry pip install -I numpy==1.7.2
4747
- travis_retry pip install unittest2
4848
- python -c "import numpy; print numpy.__version__"

0 commit comments

Comments
 (0)