Skip to content

Commit fdeda0c

Browse files
committed
fix: remove fsl for now
1 parent ec8d9df commit fdeda0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ 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 fsl afni
16-
- source /etc/fsl/fsl.sh
15+
- sudo apt-get install -qq afni
1716
- virtualenv --system-site-packages ~/virtualenv/this
1817
- source ~/virtualenv/this/bin/activate
1918
install: python setup.py build_ext --inplace

0 commit comments

Comments
 (0)