File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 22# CI on Windows via appveyor
33
44environment :
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
You can’t perform that action at this time.
0 commit comments