Skip to content

Commit b80c334

Browse files
author
y-p
committed
BLD: force numpy 1.6.1 most everywhere on travis
1 parent e7436ae commit b80c334

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ci/install.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ pip install $PIP_ARGS --use-mirrors cython nose python-dateutil pytz
1818

1919
if [ ${TRAVIS_PYTHON_VERSION} == "3.2" ]; then
2020
sudo apt-get $APT_ARGS install python3-numpy;
21-
fi
22-
23-
# or else, get it with pip and compile it
24-
if [ ${TRAVIS_PYTHON_VERSION} == "2.6" ]; then
25-
pip $PIP_ARGS install numpy;
2621
elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ]; then # should be >=3,3
2722
pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0.tar.gz;
23+
else
24+
pip install numpy==1.6.1
2825
fi
2926

3027
# Optional Deps

0 commit comments

Comments
 (0)