Skip to content

Commit 3855588

Browse files
authored
Generate coverage (python#22)
1 parent a07bc94 commit 3855588

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
language: python
22
cache: pip
3-
python:
4-
- "3.4"
5-
- "3.5-dev"
6-
- "3.6-dev"
3+
matrix:
4+
include:
5+
- python: "3.4"
6+
env: GEVER=35
7+
- python: "3.5-dev"
8+
env: GEVER=36
9+
- python: "3.6-dev"
10+
env: GEVER=37 LEVER=35
11+
- python: "3.7-dev"
712

813
install:
9-
- python3 -m pip install --upgrade mypy
14+
- python3 -m pip install --upgrade mypy coverage
1015

1116
script:
12-
- python3 -m unittest discover
17+
- python3 -m coverage run -m unittest discover
1318
- mypy --ignore-missing-imports importlib_resources
1419

1520
after_success:

0 commit comments

Comments
 (0)