mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 03:46:28 +08:00
Use coveralls instead of python-coveralls
This commit is contained in:
+4
-4
@@ -48,7 +48,7 @@ before_install:
|
||||
- pip install --use-mirrors six
|
||||
|
||||
- pip install --use-mirrors nose-cov
|
||||
- pip install --use-mirrors python-coveralls
|
||||
- pip install --use-mirrors coveralls
|
||||
|
||||
- python check_bento_build.py
|
||||
|
||||
@@ -78,7 +78,7 @@ script:
|
||||
- flake8 --exit-zero --exclude=test_*,six.py skimage doc/examples viewer_examples
|
||||
|
||||
after_success:
|
||||
- if [[ $PYVER == '3.x' ]]; then
|
||||
- coveralls
|
||||
- fi
|
||||
- if [[ $PYVER == '3.x' ]]; then
|
||||
- coveralls
|
||||
- fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user