Skip to content

Commit 88f351c

Browse files
committed
More testing
1 parent 6939ff1 commit 88f351c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
.coverage
12
.mypy_cache
23
Pipfile.lock
4+
coverage.xml

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ matrix:
44
fast_finish: true
55
include:
66
- python: "3.6"
7-
after_success: "pipenv run codecov"
7+
after_success:
8+
- "pipenv run make coverage"
9+
- "pipenv run codecov"
810
- python: "3.7"
911
dist: xenial
1012
sudo: true

0 commit comments

Comments
 (0)