Skip to content

Commit

Permalink
ci: run codecov after script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 5, 2020
1 parent 77fc918 commit b34d31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ install:
script:
- coverage run --source=odtbrain ./setup.py test
- coverage report -m
- codecov
- flake8 odtbrain
- flake8 examples
- flake8 tests
after_success:
- codecov
deploy:
provider: pypi
user: "ci_qpi"
Expand Down

0 comments on commit b34d31c

Please sign in to comment.