Skip to content

[NOMERGE] Revert "MRG: fix bug in get_fdata return value" #677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
153 changes: 0 additions & 153 deletions .travis.yml

This file was deleted.

16 changes: 10 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
environment:

matrix:
- PYTHON: C:\Python27
- PYTHON: C:\Python27-x64
- PYTHON: C:\Python34
- PYTHON: C:\Python34-x64
- PYTHON: C:\Python35
- PYTHON: C:\Python35-x64
- PYTHON: C:\Python36
- PYTHON: C:\Python36-x64
- PYTHON: C:\Python37
- PYTHON: C:\Python37-x64

install:
# Prepend newly installed Python to the PATH of this build (this cannot be
Expand All @@ -32,4 +26,14 @@ test_script:
# Change into an innocuous directory and find tests from installation
- mkdir for_testing
- cd for_testing
# Numpy debug information
- python -c "import sys, numpy; print('numpy', numpy.__version__); print('python', sys.version)"
# Show all environment variables to ease possible future debugging
- set
- nosetests --with-doctest nibabel


on_failure:
# enable the next to let the build VM block for up to 60min to log in via RDP and debug
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

Loading