We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa1f99 commit 861eedfCopy full SHA for 861eedf
appveyor.yml
@@ -27,7 +27,7 @@ test_script:
27
- mkdir for_testing
28
- cd for_testing
29
# Numpy debug information
30
- - python -c 'import sys, numpy; print("numpy", numpy.__version__); print("python", sys.version)'
+ - python -c "import sys, numpy; print('numpy', numpy.__version__); print('python', sys.version)"
31
# Show all environment variables to ease possible future debugging
32
- set
33
- nosetests --with-doctest nibabel
0 commit comments