File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
install :
6
6
- pip install -Ur requirements.txt
7
7
- pip install -Ur dev_requirements.txt
8
+ - pip install codecov
8
9
script :
9
10
- python -m pylint ./pusher_push_notifications/*.py
10
- - python -m nose -s
11
+ - python -m nose -s --with-coverage
11
12
- python setup.py checkdocs
13
+ after_success :
14
+ - codecov
Original file line number Diff line number Diff line change 1
1
.. image :: https://travis-ci.org/pusher/push-notifications-python.svg?branch=master
2
2
:target: https://travis-ci.org/pusher/push-notifications-python
3
+ .. image :: https://codecov.io/gh/pusher/push-notifications-python/branch/master/graph/badge.svg
4
+ :target: https://codecov.io/gh/pusher/push-notifications-python
3
5
4
6
Pusher Beams Python server SDK
5
7
==============================
You can’t perform that action at this time.
0 commit comments