Skip to content

Commit cdc57c0

Browse files
committed
fix: restore fsl
this test now takes about 6.5 minutes because of the need to download fsl and afni packages
1 parent fdeda0c commit cdc57c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ before_install:
1212
- sudo apt-get install -qq python-scipy python-nose
1313
- sudo apt-get install -qq python-networkx python-traits python-setuptools
1414
- sudo apt-get install -qq python-nibabel
15-
- sudo apt-get install -qq afni
15+
- sudo apt-get install -qq fsl afni
16+
- source /etc/fsl/fsl.sh
1617
- virtualenv --system-site-packages ~/virtualenv/this
1718
- source ~/virtualenv/this/bin/activate
1819
install: python setup.py build_ext --inplace

0 commit comments

Comments
 (0)