Skip to content

Commit

Permalink
Merge pull request whoosh-community#503 from nijel/coverage
Browse files Browse the repository at this point in the history
Collect coverage reports at codecov.io
  • Loading branch information
fortable1999 authored Dec 15, 2018
2 parents 10503fb + 4b05204 commit c92b7ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ python:
- "3.7"

install:
- pip install pytest nose
- pip install pytest nose codecov coverage

script:
- nosetests
- nosetests --with-coverage

after_script:
- codecov

0 comments on commit c92b7ca

Please sign in to comment.