Skip to content

Commit 1e00a2c

Browse files
author
Jon Wayne Parrott
committed
Adding debug info to nox travis environment
Change-Id: Id4e5806d87bcb13330773c35047c16be3331e7f9
1 parent b624ac0 commit 1e00a2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nox.py

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ def collect_sample_dirs(start_dir, blacklist=set()):
6161

6262

6363
def get_changed_files():
64+
# Debug info
65+
print('TRAVIS_PULL_REQUEST: {}'.format(os.environ('TRAVIS_PULL_REQUEST')))
66+
print('TRAVIS_COMMIT: {}'.format(os.environ.get('TRAVIS_COMMIT')))
67+
print('TRAVIS_BRANCH: {}'.format(os.environ.get('TRAVIS_BRANCH')))
68+
6469
pr = os.environ.get('TRAVIS_PULL_REQUEST')
6570
if pr == 'false':
6671
# This is not a pull request.

0 commit comments

Comments
 (0)