Skip to content

Commit

Permalink
Use coverage.ini in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Nov 10, 2017
1 parent 3855588 commit de0f27f
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 @@ -14,7 +14,7 @@ install:
- python3 -m pip install --upgrade mypy coverage

script:
- python3 -m coverage run -m unittest discover
- python3 -m coverage run --rcfile=coverage.ini -m unittest discover
- mypy --ignore-missing-imports importlib_resources

after_success:
Expand Down

0 comments on commit de0f27f

Please sign in to comment.