Skip to content

Commit ead0ab2

Browse files
committed
CI: Test Numpy 1.14.2, 1.14.4 (suspected cause), 1.15.2
1 parent 7b0b31c commit ead0ab2

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

appveyor.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,29 @@ environment:
55
appveyor_build_worker_cloud: gce
66
matrix:
77
- PYTHON: C:\Python34
8+
NUMPY: 1.14.2
89
- PYTHON: C:\Python34-x64
10+
NUMPY: 1.14.2
911
- PYTHON: C:\Python35
12+
NUMPY: 1.14.2
1013
- PYTHON: C:\Python35-x64
14+
NUMPY: 1.14.2
15+
- PYTHON: C:\Python34
16+
NUMPY: 1.14.4
17+
- PYTHON: C:\Python34-x64
18+
NUMPY: 1.14.4
19+
- PYTHON: C:\Python35
20+
NUMPY: 1.14.4
21+
- PYTHON: C:\Python35-x64
22+
NUMPY: 1.14.4
23+
- PYTHON: C:\Python34
24+
NUMPY: 1.15.2
25+
- PYTHON: C:\Python34-x64
26+
NUMPY: 1.15.2
27+
- PYTHON: C:\Python35
28+
NUMPY: 1.15.2
29+
- PYTHON: C:\Python35-x64
30+
NUMPY: 1.15.2
1131

1232
install:
1333
# Prepend newly installed Python to the PATH of this build (this cannot be
@@ -16,7 +36,7 @@ install:
1636
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
1737

1838
# Install the dependencies of the project.
19-
- pip install numpy scipy matplotlib nose h5py mock pydicom
39+
- pip install numpy==%NUMPY% scipy matplotlib nose h5py mock pydicom
2040
- pip install .
2141
- SET NIBABEL_DATA_DIR=%CD%\nibabel-data
2242

0 commit comments

Comments
 (0)