mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
Remove deprecated --use-mirrors from pip calls
This commit is contained in:
+6
-7
@@ -50,13 +50,13 @@ before_install:
|
||||
- pip install --use-mirrors matplotlib;
|
||||
- fi
|
||||
|
||||
- pip install --use-mirrors pillow
|
||||
- pip install --use-mirrors cython
|
||||
- pip install --use-mirrors flake8
|
||||
- pip install --use-mirrors six
|
||||
- pip install pillow
|
||||
- pip install cython
|
||||
- pip install flake8
|
||||
- pip install six
|
||||
|
||||
- pip install --use-mirrors nose-cov
|
||||
- pip install --use-mirrors coveralls
|
||||
- pip install nose-cov
|
||||
- pip install coveralls
|
||||
|
||||
- python check_bento_build.py
|
||||
|
||||
@@ -92,4 +92,3 @@ after_success:
|
||||
- if [[ $PYVER == '3.x' ]]; then
|
||||
- coveralls
|
||||
- fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user