We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1389ae7 commit 2de4052Copy full SHA for 2de4052
.azure-pipelines/windows.yml
@@ -11,6 +11,7 @@ jobs:
11
variables:
12
EXTRA_WHEELS: "https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
13
DEPENDS: numpy scipy matplotlib h5py pydicom
14
+ CHECK_TYPE: test
15
strategy:
16
matrix:
17
${{ insert }}: ${{ parameters.matrix }}
@@ -32,7 +33,7 @@ jobs:
32
33
python -m pip install nose coverage codecov pytest
34
displayName: 'Install dependencies'
35
- script: |
- python -m pip install '.[$(CHECK_TYPE)]'
36
+ python -m pip install .[$(CHECK_TYPE)]
37
SET NIBABEL_DATA_DIR=%CD%\\nibabel-data
38
displayName: 'Install nibabel'
39
azure-pipelines.yml
@@ -34,3 +34,7 @@ jobs:
py38-x64:
PYTHON_VERSION: '3.8'
PYTHON_ARCH: 'x64'
+ nosetests:
+ PYTHON_VERSION: '3.6'
+ PYTHON_ARCH: 'x64'
40
+ CHECK_TYPE: 'nosetests'
0 commit comments