Skip to content

Commit e82d96d

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 e82d96d

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
@@ -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)