Skip to content

Commit f79de1d

Browse files
committed
ignoring tests that use needs_nibabel_data
1 parent a21c083 commit f79de1d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.azure-pipelines/windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ jobs:
4949
-I test_batteryrunners ^
5050
-I test_brikhead ^
5151
-I test_casting ^
52+
-I test_cifti2io_axes ^
5253
-I test_cifti2io_header ^
5354
-I test_data ^
5455
-I test_deprecated ^
5556
-I test_deprecator ^
57+
-I test_dicomwrappers ^
5658
-I test_dft ^
5759
-I test_ecat ^
5860
-I test_ecat_data ^
@@ -75,6 +77,7 @@ jobs:
7577
-I test_image_types ^
7678
-I test_imageclasses ^
7779
-I test_imageglobals ^
80+
-I test_io ^
7881
-I test_keywordonly ^
7982
-I test_loadsave ^
8083
-I test_minc1 ^

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,12 @@ script:
136136
-I test_batteryrunners \
137137
-I test_brikhead \
138138
-I test_casting \
139+
-I test_cifti2io_axes \
139140
-I test_cifti2io_header \
140141
-I test_data \
141142
-I test_deprecated \
142143
-I test_deprecator \
144+
-I test_dicomwrappers \
143145
-I test_dft \
144146
-I test_ecat \
145147
-I test_ecat_data \
@@ -162,6 +164,7 @@ script:
162164
-I test_image_types \
163165
-I test_imageclasses \
164166
-I test_imageglobals \
167+
-I test_io \
165168
-I test_keywordonly \
166169
-I test_loadsave \
167170
-I test_minc1 \

0 commit comments

Comments
 (0)