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:
166166 no_output_timeout : 30m
167167 environment : *test_environment
168168 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
174169 - run : *_run_codecov
175170 - store_artifacts : *store_artifacts_kwds
176171
@@ -268,6 +263,13 @@ jobs:
268263 command : bash -ux /home/circleci/nipype/.circleci/test_py2_fmri_spm_nested_multiproc_l2.sh
269264 - run : *_run_codecov
270265 - 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
271273 - run :
272274 name : Save Docker images to workspace
273275 no_output_timeout : 60m
You can’t perform that action at this time.
0 commit comments