Skip to content

Commit fc8de6d

Browse files
author
y-p
committed
BLD: use 1.7.0 final in travis py3.3 environment
1 parent 8d11c11 commit fc8de6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
if [ ${TRAVIS_PYTHON_VERSION} == "2.6" ]; then
2525
pip $PIP_ARGS install numpy;
2626
elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ]; then # should be >=3,3
27-
pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0rc1.tar.gz;
27+
pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0.tar.gz;
2828
fi
2929

3030
# Optional Deps

0 commit comments

Comments
 (0)