Skip to content

Commit 861eedf

Browse files
authored
FIX: Quotes. Windows.
1 parent 2fa1f99 commit 861eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_script:
2727
- mkdir for_testing
2828
- cd for_testing
2929
# Numpy debug information
30-
- python -c 'import sys, numpy; print("numpy", numpy.__version__); print("python", sys.version)'
30+
- python -c "import sys, numpy; print('numpy', numpy.__version__); print('python', sys.version)"
3131
# Show all environment variables to ease possible future debugging
3232
- set
3333
- nosetests --with-doctest nibabel

0 commit comments

Comments
 (0)