Skip to content
Snippets Groups Projects
Commit 31c8be95 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

also upgrade pip when installing

parent dbf76fd4
No related merge requests found
......@@ -26,6 +26,10 @@ TOX_BIN=$TOX_DIR/py27/bin
# anyway, make sure that we have a recent enough setuptools.
$TOX_BIN/pip install 'setuptools>=18.5'
# we also need a semi-recent version of pip, because old ones fail to install
# the "enum34" dependency of cryptography.
$TOX_BIN/pip install 'pip>=10'
{ python synapse/python_dependencies.py
echo lxml psycopg2
} | xargs $TOX_BIN/pip install
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