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 6bd426e commit 36d3e1aCopy full SHA for 36d3e1a
.travis.yml
@@ -8,6 +8,6 @@ before_install:
8
- sudo apt-get install -qq python-networkx python-traits python-setuptools
9
- virtualenv --system-site-packages ~/virtualenv/this
10
- source ~/virtualenv/this/bin/activate
11
- - easy_install$PYSUF nibabel # Latest pypi
+ - easy_install nibabel
12
install: python setup.py build_ext --inplace
13
script: make test
0 commit comments