Skip to content

Commit

Permalink
* Improved coverage script on Travis settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
garciparedes committed May 11, 2019
1 parent d23b302 commit a5ff449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install:
- 'pip install pipenv'
- 'pipenv sync --dev'
script:
- 'coverage run -m unittest discover tests'
- 'coverage run --source=ringer --module unittest discover tests'
after_success:
- 'coveralls'

0 comments on commit a5ff449

Please sign in to comment.