Loading build-and-test-py-project.sh +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ if test "$EXTRA_INSTALL" != ""; then # That commit is *just* before they started checking pypy versions... $PIP install git+https://bitbucket.org/pypy/numpy.git@823b091 elif [ "$i" = "numpy" ] && [[ "${PY_EXE}" == python2.6* ]]; then $PIP install 'numpy==1.10.4 $PIP install 'numpy==1.10.4' else $PIP install $i fi Loading Loading
build-and-test-py-project.sh +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ if test "$EXTRA_INSTALL" != ""; then # That commit is *just* before they started checking pypy versions... $PIP install git+https://bitbucket.org/pypy/numpy.git@823b091 elif [ "$i" = "numpy" ] && [[ "${PY_EXE}" == python2.6* ]]; then $PIP install 'numpy==1.10.4 $PIP install 'numpy==1.10.4' else $PIP install $i fi Loading