diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-03-08 23:47:50 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-03-08 23:47:50 +0000 |
commit | 866d0e7cb8483789b61040d7cc5ef7155bcfcf62 (patch) | |
tree | 404cdfa2c1433f9b64b6e3eeb8093006a1f2e782 | |
parent | Use sytest build scripts, rather than reinventing the wheel (diff) | |
download | synapse-866d0e7cb8483789b61040d7cc5ef7155bcfcf62.tar.xz |
Only build py27 tox env for integ tests
-rwxr-xr-x | jenkins-postgres.sh | 2 | ||||
-rwxr-xr-x | jenkins-sqlite.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh index e9f22cc04b..14e60482cd 100755 --- a/jenkins-postgres.sh +++ b/jenkins-postgres.sh @@ -22,7 +22,7 @@ export PEP8SUFFIX="--output-file=violations.flake8.log || echo flake8 finished w rm .coverage* || echo "No coverage files to remove" -tox --notest +tox --notest -e py27 TOX_BIN=$WORKSPACE/.tox/py27/bin $TOX_BIN/pip install psycopg2 diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh index a68f491cab..9e474aa9f6 100755 --- a/jenkins-sqlite.sh +++ b/jenkins-sqlite.sh @@ -22,7 +22,7 @@ export PEP8SUFFIX="--output-file=violations.flake8.log || echo flake8 finished w rm .coverage* || echo "No coverage files to remove" -tox --notest +tox --notest -e py27 TOX_BIN=$WORKSPACE/.tox/py27/bin : ${GIT_BRANCH:="origin/$(git rev-parse --abbrev-ref HEAD)"} |