Skip to content

Commit 4e5503b

Browse files
committed
Make nosetests -s -v so we could see what is original dtype id and either more warnings etc
1 parent c6353d2 commit 4e5503b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test_script:
3030
- python -c "import sys, numpy; print('Python', sys.version); print('numpy', numpy.__version__)"
3131
# Show all environment variables to ease possible future debugging
3232
- set
33-
- nosetests --with-doctest nibabel
33+
- nosetests --with-doctest -s -v nibabel
3434

3535

3636
on_failure:

0 commit comments

Comments
 (0)