Skip to content

Commit 8e15adb

Browse files
committed
fix: add missing nibabel
1 parent 4ae6dd6 commit 8e15adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_install:
66
- sudo apt-get update -qq
77
- sudo apt-get install -qq python-scipy python-nose
88
- sudo apt-get install -qq python-networkx python-traits python-setuptools
9-
- sudo easy_install nose
9+
- sudo easy_install nibabel
1010
- virtualenv --system-site-packages ~/virtualenv/this
1111
- source ~/virtualenv/this/bin/activate
1212
install: python setup.py build_ext --inplace

0 commit comments

Comments
 (0)