We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d3e1a commit 4ae6dd6Copy full SHA for 4ae6dd6
.travis.yml
@@ -6,8 +6,8 @@ before_install:
6
- sudo apt-get update -qq
7
- sudo apt-get install -qq python-scipy python-nose
8
- sudo apt-get install -qq python-networkx python-traits python-setuptools
9
+ - sudo easy_install nose
10
- virtualenv --system-site-packages ~/virtualenv/this
11
- source ~/virtualenv/this/bin/activate
- - easy_install nibabel
12
install: python setup.py build_ext --inplace
13
script: make test
0 commit comments