We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382b39c commit 874d15cCopy full SHA for 874d15c
1 file changed
.travis.yml
@@ -7,7 +7,9 @@ python:
7
- "3.5"
8
- "3.6"
9
install:
10
+ - "pip install coverage coveralls"
11
- "pip install --editable ."
- - "pip install coverage"
12
script:
13
true
14
+after_success:
15
+ coveralls
0 commit comments