File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ before_install:
7
7
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.0.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.0.0-Linux-x86_64.sh -O miniconda.sh; fi
8
8
- chmod +x miniconda.sh
9
9
- ./miniconda.sh -b
10
- - export PATH=/home/travis/anaconda/bin:$PATH
11
- - echo $PATH
12
- - ls /home/travis/anaconda/bin/
10
+ - export PATH=/home/travis/miniconda/bin:$PATH
13
11
# The next couple lines fix a crash with multiprocessing on Travis
14
12
- sudo rm -rf /dev/shm
15
13
- sudo ln -s /run/shm /dev/shm
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $script = <<SCRIPT
23
23
wget http://repo.continuum.io/miniconda/Miniconda-3.0.0-Linux-x86_64.sh -O miniconda.sh
24
24
chmod +x miniconda.sh
25
25
./miniconda.sh -b
26
- echo "export PATH=$HOME/anaconda /bin:\\ $PATH" >> .bashrc
26
+ echo "export PATH=$HOME/miniconda /bin:\\ $PATH" >> .bashrc
27
27
28
28
# install nipype dependencies
29
29
$HOME/anaconda/bin/conda update --yes conda
You can’t perform that action at this time.
0 commit comments