travis: Disable Python hash randomization to make output more stable.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2017-12-22 17:39:56 +01:00
parent 90dce7bd99
commit 7f8f1aea6f
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ export CURRENT_OWNER="$(git remote get-url origin | sed -e's@/[^/]\+$@@' -e's@.*
SRCDIR=$PWD
TMPDIR=$(mktemp -d)
PYTHONHASHSEED=0
PRJXRAY_INFO_REVISION=$(grep "prjxray/commit" Info.md | sed -e's-.*/prjxray/commit/--' -e's/\([0-9a-fA-F]*\).*$/\1/')
echo