We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f4ed8 commit 7a2fdb5Copy full SHA for 7a2fdb5
docker/nipype_test/Dockerfile_base
@@ -122,6 +122,6 @@ RUN conda config --add channels conda-forge && \
122
nitime \
123
dipy \
124
pandas && \
125
- pip install nose-cov doctest-ignore-unicode configparser
+ pip install configparser
126
127
CMD ["/bin/bash"]
docker/nipype_test/Dockerfile_py27
@@ -32,7 +32,7 @@ MAINTAINER The nipype developers https://github.com/nipy/nipype
32
# Downgrade python to 2.7
33
RUN conda update -y conda && \
34
conda update --all -y python=2.7 && \
35
36
37
COPY docker/circleci/run_* /usr/bin/
38
RUN chmod +x /usr/bin/run_*
0 commit comments