From 5877eb7ea09accd90f77d2c75179c8e9ecc52312 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Thu, 21 Nov 2019 15:51:27 +0100 Subject: [PATCH] Show shell environment and settings --- .travis/custom.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis/custom.sh b/.travis/custom.sh index 3a605ac34..5f47db55e 100755 --- a/.travis/custom.sh +++ b/.travis/custom.sh @@ -7,7 +7,10 @@ # environment created by tox) # $2 - full path to system python (python 3.x installed on the system) -set -e +set -ex +shopt +alias +env ME=$(basename $0) SCRIPTDIR=$(readlink -f $(dirname $0))