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 2c0485f commit d587e81Copy full SHA for d587e81
.travis.yml
@@ -17,7 +17,7 @@ services:
17
18
install:
19
- pip install -U pip
20
- - pip install -U mock coverage pytest pytest-cov
+ - pip install -U mock coverage pytest pytest-cov codecov
21
22
env:
23
global:
@@ -32,5 +32,8 @@ script:
32
- pip install -e .
33
- py.test --cov ./MySQLdb
34
35
+after_succes:
36
+ - codecov
37
+
38
39
# vim: sw=2 ts=2 sts=2
0 commit comments