We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb07c5a commit 70974fbCopy full SHA for 70974fb
ci/install.sh
@@ -18,7 +18,7 @@ pip install $PIP_ARGS --use-mirrors cython nose python-dateutil pytz
18
19
if [ ${TRAVIS_PYTHON_VERSION} == "3.2" ]; then
20
sudo apt-get $APT_ARGS install python3-numpy;
21
-elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ]; then # should be >=3,3
+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;
23
else
24
pip install numpy==1.6.1
0 commit comments