Skip to content

Commit b67d079

Browse files
committed
Merge remote-tracking branch 'yarikoptic/enh-appveyor-debug' into revert-638-array-image-casting
2 parents dca460f + 861eedf commit b67d079

File tree

2 files changed

+10
-159
lines changed

2 files changed

+10
-159
lines changed

.travis.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

appveyor.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44
environment:
55

66
matrix:
7-
- PYTHON: C:\Python27
8-
- PYTHON: C:\Python27-x64
97
- PYTHON: C:\Python34
108
- PYTHON: C:\Python34-x64
119
- PYTHON: C:\Python35
1210
- PYTHON: C:\Python35-x64
13-
- PYTHON: C:\Python36
14-
- PYTHON: C:\Python36-x64
15-
- PYTHON: C:\Python37
16-
- PYTHON: C:\Python37-x64
1711

1812
install:
1913
# Prepend newly installed Python to the PATH of this build (this cannot be
@@ -32,4 +26,14 @@ test_script:
3226
# Change into an innocuous directory and find tests from installation
3327
- mkdir for_testing
3428
- cd for_testing
29+
# Numpy debug information
30+
- 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
3533
- nosetests --with-doctest nibabel
34+
35+
36+
on_failure:
37+
# enable the next to let the build VM block for up to 60min to log in via RDP and debug
38+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
39+

0 commit comments

Comments
 (0)