use || for coveralls

This commit is contained in:
Matthias 2019-03-08 21:54:40 +01:00
parent dba30bbfed
commit 25529ad95f
1 changed files with 2 additions and 4 deletions

View File

@ -23,13 +23,13 @@ install:
- pip install -r requirements-dev.txt
- pip install -e .
jobs:
allow_failures:
- script: coveralls
include:
- stage: tests
script:
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
# Allow failure for coveralls
- coveralls || true
name: pytest
- script:
- cp config.json.example config.json
@ -43,8 +43,6 @@ jobs:
name: flake8
- script: mypy freqtrade
name: mypy
- script: coveralls
name: "Coveralls"
- stage: docker
if: branch in (master, develop, feat/improve_travis) AND (type in (push, cron))