File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,6 @@ jobs:
166
166
no_output_timeout : 30m
167
167
environment : *test_environment
168
168
command : bash -ux /home/circleci/nipype/.circleci/test_py2_pytest.sh
169
- - run :
170
- name : Build docs (py36)
171
- no_output_timeout : 30m
172
- environment : *test_environment
173
- command : bash -ux /home/circleci/nipype/.circleci/test_py3_docs.sh
174
169
- run : *_run_codecov
175
170
- store_artifacts : *store_artifacts_kwds
176
171
@@ -268,6 +263,13 @@ jobs:
268
263
command : bash -ux /home/circleci/nipype/.circleci/test_py2_fmri_spm_nested_multiproc_l2.sh
269
264
- run : *_run_codecov
270
265
- store_artifacts : *store_artifacts_kwds
266
+ - run :
267
+ name : Build docs (py36)
268
+ no_output_timeout : 30m
269
+ environment : *test_environment
270
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_docs.sh
271
+ - store_artifacts :
272
+ path : /home/circleci/work/docs
271
273
- run :
272
274
name : Save Docker images to workspace
273
275
no_output_timeout : 60m
You can’t perform that action at this time.
0 commit comments