Skip to content

Commit a7eb937

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 0 deletions
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 }}

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)