Skip to content

Commit 4480f17

Browse files
committed
Merge pull request #491 from satra/master
enh: source packages from neurodebian
2 parents 8dd1f7a + 07ff6e2 commit 4480f17

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ python:
44
before_install:
55
- deactivate
66
- sudo apt-get update -qq
7+
- sudo apt-get install lsb-release
8+
- source /etc/lsb-release
9+
- wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
10+
- sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9
11+
- sudo apt-get update -qq
712
- sudo apt-get install -qq python-scipy python-nose
813
- sudo apt-get install -qq python-networkx python-traits python-setuptools
9-
- sudo easy_install nibabel
14+
- sudo apt-get install -qq python-nibabel
15+
- sudo apt-get install -qq --no-install-recommends fsl afni
16+
- sudo apt-get install -qq fsl-atlases
17+
- source /etc/fsl/fsl.sh
1018
- virtualenv --system-site-packages ~/virtualenv/this
1119
- source ~/virtualenv/this/bin/activate
1220
install: python setup.py build_ext --inplace

0 commit comments

Comments
 (0)