Move coveralls to after_success

This commit is contained in:
Matthias 2019-02-19 19:54:53 +01:00
parent 788cbb6776
commit 58864adc4a
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,6 @@ jobs:
- stage: tests
script:
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
- coveralls
name: pytest
- script:
- cp config.json.example config.json
@ -48,6 +47,8 @@ jobs:
- build_helpers/publish_docker.sh
name: "Build and test and push docker image"
after_success:
- coveralls
notifications:
slack: