Skip to content

Commit 70974fb

Browse files
author
y-p
committed
BLD: make LOCALE_OVERRIDE travis build use numpy 1.7 for some extra testing
1 parent eb07c5a commit 70974fb

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
@@ -18,7 +18,7 @@ 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-
elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ]; then # should be >=3,3
21+
elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ] || [ x"$LOCALE_OVERRIDE" != x"" ]; then # should be >=3,3
2222
pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0.tar.gz;
2323
else
2424
pip install numpy==1.6.1

0 commit comments

Comments
 (0)