Skip to content

Commit 4ae6dd6

Browse files
committed
fix: install nibabel in python dir
1 parent 36d3e1a commit 4ae6dd6

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,8 +6,8 @@ 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
910
- virtualenv --system-site-packages ~/virtualenv/this
1011
- source ~/virtualenv/this/bin/activate
11-
- easy_install nibabel
1212
install: python setup.py build_ext --inplace
1313
script: make test

0 commit comments

Comments
 (0)