Skip to content

Commit 989404f

Browse files
committed
update .gitignore and .travis.yml
1 parent 4314488 commit 989404f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ venv.bak/
104104
.mypy_cache/
105105

106106
.idea/
107+
108+
.coverage

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ install:
1313
script:
1414
- pytest
1515

16+
script:
17+
- coverage run --source=. -m unittest discover
18+
1619
after_success:
1720
- coveralls

0 commit comments

Comments
 (0)