We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597f6c8 commit d227325Copy full SHA for d227325
.travis.yml
@@ -17,5 +17,7 @@ before_script:
17
- sleep 10
18
before_install:
19
- pip install codecov
20
+ - pip install coveralls
21
after_success:
22
- codecov
23
+ - coveralls
0 commit comments