Skip to content

Commit 73053a7

Browse files
committed
add .coveragerc
1 parent 1bf2eac commit 73053a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ python:
33
- "3.5"
44
- "3.6"
55
install:
6-
- pip install -r requirements.txt
6+
- pip install -r requirements.txt
7+
- pip install codecov
78
script: python setup.py test
89
branches:
910
only:

0 commit comments

Comments
 (0)