mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-18 12:40:14 +08:00
Exit with status zero under Python 2
This commit is contained in:
@@ -79,4 +79,6 @@ script:
|
||||
after_success:
|
||||
- if [[ $PYVER == '3.x' ]]; then
|
||||
- coveralls
|
||||
- else
|
||||
- exit 0
|
||||
- fi
|
||||
|
||||
Reference in New Issue
Block a user