Skip to content

Commit 9490b03

Browse files
committed
Try to enable coveralls
1 parent d8183c7 commit 9490b03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ python:
33
- "3.6"
44
install:
55
- pip install -r requirements.txt
6+
- pip install coveralls
67

78
script:
89
python -m unittest discover test
10+
11+
after_success:
12+
- coveralls

0 commit comments

Comments
 (0)