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 2
2
# CI on Windows via appveyor
3
3
4
4
environment :
5
+ DEPENDS : numpy scipy matplotlib h5py pydicom
5
6
6
7
matrix :
7
8
- PYTHON : C:\Python27
@@ -10,6 +11,9 @@ environment:
10
11
- PYTHON : C:\Python34-x64
11
12
- PYTHON : C:\Python35
12
13
- PYTHON : C:\Python35-x64
14
+ - PYTHON : C:\Python35-x64
15
+ PYTHONHASHSEED : 283137131
16
+ DEPENDS : " h5py==2.9.0"
13
17
- PYTHON : C:\Python36
14
18
- PYTHON : C:\Python36-x64
15
19
- PYTHON : C:\Python37
@@ -28,7 +32,7 @@ install:
28
32
29
33
# Install the dependencies of the project.
30
34
- pip install --upgrade pip setuptools>=27.0 wheel
31
- - pip install numpy scipy matplotlib h5py pydicom
35
+ - pip install %DEPENDS%
32
36
- pip install nose mock coverage codecov
33
37
- pip install .
34
38
- SET NIBABEL_DATA_DIR=%CD%\nibabel-data
You can’t perform that action at this time.
0 commit comments