File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_install:
24
24
- export CXX=g++-4.9
25
25
26
26
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
28
28
- mkdir libraries
29
29
- pushd libraries
30
30
- git clone --depth=1 https://github.com/libdynd/libdynd.git
@@ -42,7 +42,7 @@ matrix:
42
42
python : 2.6
43
43
compiler : gcc
44
44
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
46
46
- travis_retry pip install -I numpy==1.7.2
47
47
- travis_retry pip install unittest2
48
48
- python -c "import numpy; print numpy.__version__"
You can’t perform that action at this time.
0 commit comments