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

build: clean auto-append pip debug.log

parent 0468236b
Branches
Tags
No related merge requests found
......@@ -86,6 +86,7 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
fi
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
pip install --user ${USER} -r ${PIP_PKGS}
rm ${HOME}/.cache/pip/log/debug.log || true
fi
# gnutls + dependencies
......
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