Skip to content

Commit 52c8527

Browse files
committed
CI: Add expected failing test
1 parent 8d68c7f commit 52c8527

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# CI on Windows via appveyor
33

44
environment:
5+
DEPENDS: numpy scipy matplotlib h5py pydicom
56

67
matrix:
78
- PYTHON: C:\Python27
@@ -10,6 +11,9 @@ environment:
1011
- PYTHON: C:\Python34-x64
1112
- PYTHON: C:\Python35
1213
- PYTHON: C:\Python35-x64
14+
- PYTHON: C:\Python35-x64
15+
PYTHONHASHSEED: 283137131
16+
DEPENDS: "h5py==2.9.0"
1317
- PYTHON: C:\Python36
1418
- PYTHON: C:\Python36-x64
1519
- PYTHON: C:\Python37
@@ -28,7 +32,7 @@ install:
2832

2933
# Install the dependencies of the project.
3034
- pip install --upgrade pip setuptools>=27.0 wheel
31-
- pip install numpy scipy matplotlib h5py pydicom
35+
- pip install %DEPENDS%
3236
- pip install nose mock coverage codecov
3337
- pip install .
3438
- SET NIBABEL_DATA_DIR=%CD%\nibabel-data

0 commit comments

Comments
 (0)