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 a7eb937Copy full SHA for a7eb937
.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 }}
azure-pipelines.yml
@@ -34,3 +34,7 @@ jobs:
34
py38-x64:
35
PYTHON_VERSION: '3.8'
36
PYTHON_ARCH: 'x64'
37
+ nosetests:
38
+ PYTHON_VERSION: '3.6'
39
+ PYTHON_ARCH: 'x64'
40
+ CHECK_TYPE: 'nosetests'
0 commit comments