Skip to content

Commit 1100222

Browse files
committed
ENH: output all environment variables right before running tests
1 parent e5b16f9 commit 1100222

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ test_script:
2626
# Change into an innocuous directory and find tests from installation
2727
- mkdir for_testing
2828
- cd for_testing
29+
# Show all environment variables to ease possible future debugging
30+
- set
2931
- nosetests --with-doctest nibabel
3032

3133

0 commit comments

Comments
 (0)