Skip to content

Commit

Permalink
Merge pull request #248 from twisted/switch-to-coveralls
Browse files Browse the repository at this point in the history
switch to coveralls
  • Loading branch information
Julian committed Jun 12, 2019
2 parents 10f30f4 + 55533b5 commit 333ac32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ before_install:
- pip install --upgrade setuptools

install:
- pip install tox codecov
- pip install tox coveralls

script:
- tox

after_success:
- codecov
- coveralls

after_failure:
- |
Expand Down

0 comments on commit 333ac32

Please sign in to comment.