File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
variables :
12
12
EXTRA_WHEELS : " https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
13
13
DEPENDS : numpy scipy matplotlib h5py pydicom
14
+ CHECK_TYPE : test
14
15
strategy :
15
16
matrix :
16
17
${{ insert }} : ${{ parameters.matrix }}
32
33
python -m pip install nose coverage codecov pytest
33
34
displayName: 'Install dependencies'
34
35
- script : |
35
- python -m pip install ' .[$(CHECK_TYPE)]'
36
+ python -m pip install .[$(CHECK_TYPE)]
36
37
SET NIBABEL_DATA_DIR=%CD%\\nibabel-data
37
38
displayName: 'Install nibabel'
38
39
- script : |
Original file line number Diff line number Diff line change 34
34
py38-x64 :
35
35
PYTHON_VERSION : ' 3.8'
36
36
PYTHON_ARCH : ' x64'
37
+ nosetests :
38
+ PYTHON_VERSION : ' 3.6'
39
+ PYTHON_ARCH : ' x64'
40
+ CHECK_TYPE : ' nosetests'
You can’t perform that action at this time.
0 commit comments