Skip to content

Commit 36d3e1a

Browse files
committed
fix: remove easy_install suffix
1 parent 6bd426e commit 36d3e1a

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
@@ -8,6 +8,6 @@ before_install:
88
- sudo apt-get install -qq python-networkx python-traits python-setuptools
99
- virtualenv --system-site-packages ~/virtualenv/this
1010
- source ~/virtualenv/this/bin/activate
11-
- easy_install$PYSUF nibabel # Latest pypi
11+
- easy_install nibabel
1212
install: python setup.py build_ext --inplace
1313
script: make test

0 commit comments

Comments
 (0)