Skip to content

Commit 0c8e9c3

Browse files
committed
For travis, let us print the mode
1 parent 45c0308 commit 0c8e9c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
config.cassette_library_dir = 'tests/cassettes'
1010

1111
record_mode = 'never' if os.environ.get('TRAVIS_GH3') else 'once'
12+
print('Record mode: {0}'.format(record_mode))
1213

1314
config.default_cassette_options['record_mode'] = record_mode
1415

0 commit comments

Comments
 (0)