Skip to content
Snippets Groups Projects
Commit 47d889c1 authored by Craig Kerstiens's avatar Craig Kerstiens
Browse files

loading virtualenv if we install mercurial

parent 7ef7b64b
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ fi
if (grep -Fiq "hg+" requirements.txt) then
PIP_DOWNLOAD_CACHE=$PIP_DOWNLOAD_CACHE bin/pip install --use-mirrors mercurial | indent
source bin/activate
fi
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment