Skip to content

Commit 96e95ec

Browse files
committed
circle: fix final details #1558
1 parent 2d93230 commit 96e95ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ htmlonly:
3535

3636
api:
3737
rm -rf api/generated
38-
python ../tools/build_modref_templates.py
38+
python -u ../tools/build_modref_templates.py
3939
rm -rf interfaces/generated
40-
python ../tools/build_interface_docs.py
40+
python -u ../tools/build_interface_docs.py
4141
@echo "Build API docs finished."
4242

4343
html: clean examples2rst api htmlonly
@@ -76,7 +76,7 @@ doctest:
7676
"results in _build/doctest/output.txt."
7777

7878
gitwash-update:
79-
python ../tools/gitwash_dumper.py devel nipype \
79+
python -u ../tools/gitwash_dumper.py devel nipype \
8080
--repo-name=nipype \
8181
--github-user=nipy \
8282
--project-url=http://nipy.org/nipype \

docker/nipype_test_py27/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ENV LANG C.UTF-8
4545

4646
# Add conda-forge channel in conda
4747
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
4949

5050
RUN mkdir -p /root/src/nipype
5151
COPY . /root/src/nipype

0 commit comments

Comments
 (0)