Skip to content

Commit 58fd6d9

Browse files
committed
Reintroduce PYTHON_DEBUG=1, but only for .travis.yml
1 parent 74a108b commit 58fd6d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ install:
125125
- export HOST_SRC_DIR=$TRAVIS_BUILD_DIR
126126
- export HOST_CACHE_DIR=$HOME/cache
127127
- export TRAVIS_COMMIT_LOG=`git log --format=fuller -1`
128+
- export PYTHON_DEBUG=1
128129
- source ./ci/matrix.sh
129130
- mkdir -p $HOST_CACHE_DIR/docker && mkdir -p $HOST_CACHE_DIR/ccache && mkdir -p $HOST_CACHE_DIR/depends && mkdir -p $HOST_CACHE_DIR/sdk-sources
130131
# Keep this as it makes caching related debugging easier

0 commit comments

Comments
 (0)