Skip to content

Commit f2ff7fe

Browse files
committed
CI: Skip converted tests in nose
1 parent 9d1795a commit f2ff7fe

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

.travis.yml

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,61 @@ script:
133133
mkdir for_testing
134134
cd for_testing
135135
cp ../.coveragerc .
136-
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
136+
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel \
137+
-I test_api_validators \
138+
-I test_arrayproxy \
139+
-I test_arrayriters \
140+
-I test_batteryrunners \
141+
-I test_brikhead \
142+
-I test_casting \
143+
-I test_data \
144+
-I test_deprecated \
145+
-I test_deprecator \
146+
-I test_dft \
147+
-I test_ecat \
148+
-I test_ecat_data \
149+
-I test_endiancodes \
150+
-I test_environment \
151+
-I test_euler \
152+
-I test_filebasedimages \
153+
-I test_filehandles \
154+
-I test_fileholders \
155+
-I test_filename_parser \
156+
-I test_files_interface \
157+
-I test_fileslice \
158+
-I test_fileutils \
159+
-I test_floating \
160+
-I test_funcs \
161+
-I test_h5py_compat \
162+
-I test_image_api \
163+
-I test_image_load_save \
164+
-I test_image_types \
165+
-I test_imageclasses \
166+
-I test_imageglobals \
167+
-I test_keywordonly \
168+
-I test_loadsave \
169+
-I test_minc1 \
170+
-I test_minc2 \
171+
-I test_minc2_data \
172+
-I test_mriutils \
173+
-I test_nibabel_data \
174+
-I test_nifti1 \
175+
-I test_nifti2 \
176+
-I test_openers \
177+
-I test_optpkg \
178+
-I test_orientations \
179+
-I test_parrec \
180+
-I test_parrec_data \
181+
-I test_pkg_info \
182+
-I test_processing \
183+
-I test_proxy_api \
184+
-I test_quaternions \
185+
-I test_recoder \
186+
-I test_remmovalschedule \
187+
-I test_round_trip \
188+
-I test_rstutils \
189+
-I test_scaling \
190+
-I test_wrapstruct
137191
elif [ "${CHECK_TYPE}" == "test" ]; then
138192
# Change into an innocuous directory and find tests from installation
139193
mkdir for_testing

0 commit comments

Comments
 (0)