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 d40cc48 commit f70973dCopy full SHA for f70973d
.travis.yml
@@ -30,10 +30,9 @@ install:
30
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
31
- conda install --yes numpy scipy nose networkx dateutil
32
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes traits; else pip install traits; fi
33
-- pip install nibabel
34
- pip install python-coveralls
35
- pip install nose-cov
36
-- pip install future
+- pip install -r requirements.txt # finish remaining requirements
37
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
38
- pip install https://github.com/trungdong/prov/archive/rdf.zip
39
- python setup.py install
0 commit comments