Skip to content

Commit

Permalink
Generate coverage (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Nov 10, 2017
1 parent a07bc94 commit 3855588
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
language: python
cache: pip
python:
- "3.4"
- "3.5-dev"
- "3.6-dev"
matrix:
include:
- python: "3.4"
env: GEVER=35
- python: "3.5-dev"
env: GEVER=36
- python: "3.6-dev"
env: GEVER=37 LEVER=35
- python: "3.7-dev"

install:
- python3 -m pip install --upgrade mypy
- python3 -m pip install --upgrade mypy coverage

script:
- python3 -m unittest discover
- python3 -m coverage run -m unittest discover
- mypy --ignore-missing-imports importlib_resources

after_success:
Expand Down

0 comments on commit 3855588

Please sign in to comment.