Skip to content

Commit f70973d

Browse files
author
Ben Cipollini
committed
TST: for travis: pip install requirements file.
1 parent d40cc48 commit f70973d

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
@@ -30,10 +30,9 @@ install:
3030
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
3131
- conda install --yes numpy scipy nose networkx dateutil
3232
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes traits; else pip install traits; fi
33-
- pip install nibabel
3433
- pip install python-coveralls
3534
- pip install nose-cov
36-
- pip install future
35+
- pip install -r requirements.txt # finish remaining requirements
3736
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
3837
- pip install https://github.com/trungdong/prov/archive/rdf.zip
3938
- python setup.py install

0 commit comments

Comments
 (0)