Skip to content

Commit

Permalink
Travis: Run tox with fixed hashseed
Browse files Browse the repository at this point in the history
The idea is that different (randomly generated) hash seeds could be one of the reasons that we are seeing intermittent failures on Travis. While I doubt this particular change will help, it should make the tests run somewhat more consistently on Travis.

I choose 1 arbitrarily of course.
  • Loading branch information
Tarrasch committed Aug 2, 2015
1 parent f04d23a commit c850f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/conditional_tox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [[ $ENDENV == gcloud ]]
then
[[ $DIDNT_CREATE_GCP_CREDS = 1 ]] || tox
else
tox
tox --hashseed 1
fi

0 comments on commit c850f44

Please sign in to comment.