diff options
author | Erik Johnston <erik@matrix.org> | 2016-07-20 16:09:59 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-07-20 16:09:59 +0100 |
commit | 499e3281e6dd2c566b98c72857bb7944ca9b3831 (patch) | |
tree | 18a4c0995dbde5044922c22be7f63886e1137c29 /jenkins-unittests.sh | |
parent | Add metrics for psutil derived memory usage (diff) | |
download | synapse-499e3281e6dd2c566b98c72857bb7944ca9b3831.tar.xz |
Make jenkins install deps on unit tests
Diffstat (limited to 'jenkins-unittests.sh')
-rwxr-xr-x | jenkins-unittests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jenkins-unittests.sh b/jenkins-unittests.sh index 104d511994..6b0c296cff 100755 --- a/jenkins-unittests.sh +++ b/jenkins-unittests.sh @@ -22,4 +22,8 @@ export PEP8SUFFIX="--output-file=violations.flake8.log || echo flake8 finished w rm .coverage* || echo "No coverage files to remove" +tox --notest -e py27 +TOX_BIN=$WORKSPACE/.tox/py27/bin +python synapse/python_dependencies.py | xargs -n1 $TOX_BIN/pip install + tox -e py27 |