File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ htmlonly:
35
35
36
36
api :
37
37
rm -rf api/generated
38
- python ../tools/build_modref_templates.py
38
+ python -u ../tools/build_modref_templates.py
39
39
rm -rf interfaces/generated
40
- python ../tools/build_interface_docs.py
40
+ python -u ../tools/build_interface_docs.py
41
41
@echo " Build API docs finished."
42
42
43
43
html : clean examples2rst api htmlonly
@@ -76,7 +76,7 @@ doctest:
76
76
" results in _build/doctest/output.txt."
77
77
78
78
gitwash-update :
79
- python ../tools/gitwash_dumper.py devel nipype \
79
+ python -u ../tools/gitwash_dumper.py devel nipype \
80
80
--repo-name =nipype \
81
81
--github-user=nipy \
82
82
--project-url=http://nipy.org/nipype \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ENV LANG C.UTF-8
45
45
46
46
# Add conda-forge channel in conda
47
47
RUN conda config --add channels conda-forge && \
48
- conda install -y lockfile nipype matplotlib sphinx
48
+ conda install -y lockfile nipype matplotlib sphinx boto coverage
49
49
50
50
RUN mkdir -p /root/src/nipype
51
51
COPY . /root/src/nipype
You can’t perform that action at this time.
0 commit comments