We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f132748 commit 78764f0Copy full SHA for 78764f0
ci/install.sh
@@ -19,9 +19,9 @@ pip install $PIP_ARGS --use-mirrors cython nose python-dateutil pytz
19
if [ ${TRAVIS_PYTHON_VERSION} == "3.2" ]; then
20
sudo apt-get $APT_ARGS install python3-numpy;
21
elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ] || [ x"$LOCALE_OVERRIDE" != x"" ]; then # should be >=3,3
22
- pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0.tar.gz;
+ pip $PIP_ARGS install numpy==1.7.0;
23
else
24
- pip install numpy==1.6.1
+ pip $PIP_ARGS install numpy==1.6.1;
25
fi
26
27
# Optional Deps
0 commit comments