Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e00a2c

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎nox.py

Copy file name to clipboardExpand all lines: nox.py
+5Lines changed: 5 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.