From 866d0e7cb8483789b61040d7cc5ef7155bcfcf62 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 8 Mar 2016 23:47:50 +0000 Subject: Only build py27 tox env for integ tests --- jenkins-postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkins-postgres.sh') 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 -- cgit 1.4.1