Skip to content

Commit

Permalink
Merge pull request #155 from roclark/patch/support-code-coverage
Browse files Browse the repository at this point in the history
Support coverage.io
  • Loading branch information
roclark authored Aug 3, 2019
2 parents c198655 + b14580d commit 706359b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ sudo: false

install:
- pip install -r requirements.txt
- pip install codecov

script:
- py.test --cov=sportsreference --cov-report term-missing tests/
- pycodestyle sportsreference/ tests/

after_success:
- codecov

jobs:
include:
- stage: test
Expand Down

0 comments on commit 706359b

Please sign in to comment.