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

Jenkins: tox install setuptools

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