Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d587e81

Browse filesBrowse files
committed
codecov
1 parent 2c0485f commit d587e81
Copy full SHA for d587e81

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717

1818
install:
1919
- pip install -U pip
20-
- pip install -U mock coverage pytest pytest-cov
20+
- pip install -U mock coverage pytest pytest-cov codecov
2121

2222
env:
2323
global:
@@ -32,5 +32,8 @@ script:
3232
- pip install -e .
3333
- py.test --cov ./MySQLdb
3434

35+
after_succes:
36+
- codecov
37+
3538

3639
# vim: sw=2 ts=2 sts=2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.