Skip to content

Commit 2fa1f99

Browse files
authored
CI: Print numpy debug information for reporting
1 parent 985e6f7 commit 2fa1f99

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+
# Numpy debug information
30+
- python -c 'import sys, numpy; print("numpy", numpy.__version__); print("python", sys.version)'
2931
# Show all environment variables to ease possible future debugging
3032
- set
3133
- nosetests --with-doctest nibabel

0 commit comments

Comments
 (0)