use || for coveralls
This commit is contained in:
parent
dba30bbfed
commit
25529ad95f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user