We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e00a2c commit 0e1e250Copy full SHA for 0e1e250
1 file changed
nox.py
@@ -62,7 +62,8 @@ def collect_sample_dirs(start_dir, blacklist=set()):
62
63
def get_changed_files():
64
# Debug info
65
- print('TRAVIS_PULL_REQUEST: {}'.format(os.environ('TRAVIS_PULL_REQUEST')))
+ print('TRAVIS_PULL_REQUEST: {}'.format(
66
+ os.environ.get('TRAVIS_PULL_REQUEST')))
67
print('TRAVIS_COMMIT: {}'.format(os.environ.get('TRAVIS_COMMIT')))
68
print('TRAVIS_BRANCH: {}'.format(os.environ.get('TRAVIS_BRANCH')))
69
0 commit comments