Skip to content
Snippets Groups Projects
Commit ee8eee69 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

travis: try to fix pip bootstrap

parent efac8349
Branches
Tags
1 merge request!81travis: fix pip bootstrap
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment