Skip to content

Commit 598e9f6

Browse files
committed
Merge branch 'master' into enh/robustfov
2 parents 37392ef + 7228a65 commit 598e9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ install:
2626
- source activate testenv
2727
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install ordereddict; fi
2828
- 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
29+
- pip install nibabel
30+
- pip install python-coveralls
31+
- pip install nose-cov
3232
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
3333
- pip install https://github.com/trungdong/prov/archive/rdf.zip
3434
- python setup.py install

0 commit comments

Comments
 (0)