Skip to content
Snippets Groups Projects
Commit 19a62536 authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'develop' of github.com:matrix-org/synapse into erikj/appservice_stream

parents 07229bbd 90b8b770
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ fi ...@@ -14,6 +14,7 @@ fi
tox -e py27 --notest -v tox -e py27 --notest -v
TOX_BIN=$TOX_DIR/py27/bin TOX_BIN=$TOX_DIR/py27/bin
$TOX_BIN/pip install setuptools
python synapse/python_dependencies.py | xargs -n1 $TOX_BIN/pip install python synapse/python_dependencies.py | xargs -n1 $TOX_BIN/pip install
$TOX_BIN/pip install lxml $TOX_BIN/pip install lxml
$TOX_BIN/pip install psycopg2 $TOX_BIN/pip install psycopg2
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