Skip to content

Commit

Permalink
Only build py27 tox env for integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Mar 8, 2016
1 parent 1748d4b commit 866d0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jenkins-sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"}
Expand Down

0 comments on commit 866d0e7

Please sign in to comment.