File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
- 2.7
5
5
# Setup anaconda
6
6
before_install :
7
- - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-2.2.2 -Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-2.2.2 -Linux-x86_64.sh -O miniconda.sh; fi
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
10
- export PATH=/home/travis/anaconda/bin:$PATH
@@ -18,6 +18,7 @@ before_install:
18
18
19
19
# Install packages
20
20
install :
21
+ - conda update --yes conda
21
22
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
22
23
- source activate testenv
23
24
- conda install --yes numpy scipy nose traits networkx dateutil
Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ $script = <<SCRIPT
20
20
# qconf -aattr queue slots "2, [neuro=3]" main.q
21
21
22
22
# install anaconda
23
- wget http://repo.continuum.io/miniconda/Miniconda-2.2.2 -Linux-x86_64.sh -O miniconda.sh
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
26
echo "export PATH=$HOME/anaconda/bin:\\ $PATH" >> .bashrc
27
27
28
28
# install nipype dependencies
29
+ $HOME/anaconda/bin/conda update --yes conda
29
30
$HOME/anaconda/bin/conda install --yes pip numpy scipy nose traits networkx
30
31
$HOME/anaconda/bin/conda install --yes dateutil ipython-notebook matplotlib
31
32
$HOME/anaconda/bin/pip install nibabel --use-mirrors
You can’t perform that action at this time.
0 commit comments