Skip to content

Commit

Permalink
use || for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Mar 8, 2019
1 parent dba30bb commit 25529ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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))
Expand Down

0 comments on commit 25529ad

Please sign in to comment.