Skip to content

Commit

Permalink
travis: try to fix pip bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 29, 2016
1 parent efac834 commit ee8eee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap-depends.sh
Expand Up @@ -115,8 +115,8 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
pip install ${PIP_PKGS}
fi
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
pip install --user ${USER} --upgrade pip || true
pip install --user ${USER} ${PIP_PKGS} || true
pip install --user --upgrade pip || true
pip install --user ${PIP_PKGS} || true
rm ${HOME}/.cache/pip/log/debug.log || true
pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} include/hiredis/hiredis.h install PREFIX=${PREFIX}
pkg libmemcached ${LIBMEMCACHED_URL} ${LIBMEMCACHED_TAG} include/libmemcached/memcached.h
Expand Down

0 comments on commit ee8eee6

Please sign in to comment.