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.
2 parents 37392ef + 7228a65 commit 598e9f6Copy full SHA for 598e9f6
.travis.yml
@@ -26,9 +26,9 @@ install:
26
- source activate testenv
27
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
28
- conda install --yes numpy scipy nose traits networkx dateutil
29
- - pip install nibabel --use-mirrors
30
- - pip install python-coveralls --use-mirrors
31
- - pip install nose-cov --use-mirrors
+ - pip install nibabel
+ - pip install python-coveralls
+ - pip install nose-cov
32
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
33
- pip install https://github.com/trungdong/prov/archive/rdf.zip
34
- python setup.py install
0 commit comments