Skip to content

Commit 2de4052

Browse files
committed
CI: Add CHECK_TYPE to Azure
1 parent 1389ae7 commit 2de4052

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.azure-pipelines/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
variables:
1212
EXTRA_WHEELS: "https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
1313
DEPENDS: numpy scipy matplotlib h5py pydicom
14+
CHECK_TYPE: test
1415
strategy:
1516
matrix:
1617
${{ insert }}: ${{ parameters.matrix }}
@@ -32,7 +33,7 @@ jobs:
3233
python -m pip install nose coverage codecov pytest
3334
displayName: 'Install dependencies'
3435
- script: |
35-
python -m pip install '.[$(CHECK_TYPE)]'
36+
python -m pip install .[$(CHECK_TYPE)]
3637
SET NIBABEL_DATA_DIR=%CD%\\nibabel-data
3738
displayName: 'Install nibabel'
3839
- script: |

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ jobs:
3434
py38-x64:
3535
PYTHON_VERSION: '3.8'
3636
PYTHON_ARCH: 'x64'
37+
nosetests:
38+
PYTHON_VERSION: '3.6'
39+
PYTHON_ARCH: 'x64'
40+
CHECK_TYPE: 'nosetests'

0 commit comments

Comments
 (0)