Skip to content

Commit cf5b91d

Browse files
author
Shoshana Berleant
committed
align circleci/travis builds
1 parent 9ed64d0 commit cf5b91d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ install:
5555
pip install https://github.com/dmsurti/mayavi/archive/4d4aaf315a29d6a86707dd95149e27d9ed2225bf.zip;
5656
pip install -e git+https://github.com/enthought/ets.git#egg=ets;
5757
fi
58-
- pip install -r requirements.txt # finish remaining requirements
59-
- python setup.py install
58+
- pip install -e .
6059
script:
6160
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=DEBUG --verbosity=3
6261
after_success:

0 commit comments

Comments
 (0)