Skip to content
Snippets Groups Projects
Commit 4606a8ad authored by Marek Vavruša's avatar Marek Vavruša
Browse files

scripts: pip depends

parent f2d0e538
Branches
Tags v1.0.0-beta2
No related merge requests found
......@@ -86,12 +86,12 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
brew install --force makedepend python libtasn1 || true
brew link --overwrite python || true
pip install --upgrade pip || true
pip install -r ${PIP_PKGS}
pip install ${PIP_PKGS}
pkg cwrap ${CWRAP_URL} ${CWRAP_TAG} lib/pkgconfig/socket_wrapper.pc
fi
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
pkg cwrap ${CWRAP_URL} ${CWRAP_TAG} lib/pkgconfig/socket_wrapper.pc
pip install --user ${USER} -r ${PIP_PKGS} || true
pip install --user ${USER} ${PIP_PKGS} || true
rm ${HOME}/.cache/pip/log/debug.log || true
fi
......
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