File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ before_install:
4040 fi;
4141
4242# handle python operations separately to reduce timeouts
43- - wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-4.3.31 -Linux-x86_64.sh
43+ - wget https://repo.continuum.io/miniconda/Miniconda${TRAVIS_PYTHON_VERSION:0:1}-latest -Linux-x86_64.sh
4444 -O /home/travis/.cache/conda.sh
4545- bash ${HOME}/.cache/conda.sh -b -p ${HOME}/conda
4646- export PATH=${HOME}/conda/bin:$PATH
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ function generate_main_dockerfile() {
8888 --user neuro \
8989 --miniconda env_name=neuro \
9090 activate=true \
91- miniconda_version=4.3.31 \
9291 --copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
9392 docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
9493 --copy . /src/nipype \
You can’t perform that action at this time.
0 commit comments