Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Adding coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
demotivated committed Aug 30, 2015
1 parent 7e75d3d commit b461c06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
source = .
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
language: python
language:
- python
python:
- '2.7'
- '3.3'
- '3.4'
- 'pypy'
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python -m unittest discover
- coverage run -m unittest discover
after_success:
- coveralls
env:
matrix:
secure: lcgjAF0kAsq1Otnay2A4106Kj2oxAvX0sjiTPLgzEtt0BOMl0OLTWv5n37vl38MNu6RDmz4GNH0LS18wXBtmC2uQ/OVl6HFZLcrltDHnqSjQZ3HeERUktIWppbqAlX+YYNuTQiMy/Qn3VRzFKwH27PFCRQ+2hVRPtBvxeqqAYcESg5ZxVy3DtN0Fgk8xYCRnY1NVwWt8c/2zesQMTswHrnzk0J44a40RdXlVYqAPnPcBm3PNPQXcmo74qThIvdwZMuBA2n8s2EQWNGljy6mpcyHLT3u1jgk3GvL3HxBPnBjXnIKTp16VG948ww2ZV7JxQyX2gWq+n5EPuEbemSf1ugLa7PRGCcWaDJ9B2izB8ly/f9ovGEGRjjupuMqVJ9ym0pXnEppW11Wo0KYw5SLmyu/ry433PdaBp4IznHqxjFEics+i9pd/fWF/cW6f0AA0SjsvUYDKZP16Vb6DBHEIXciKh2WoIIMBkXI5T++FSF4mHBWHagpobfZvZwoLLciJOKneBshgaQjRCKoHlPp4x0Zo4/4ZNjF4SLEbfeKfpjLgPFZfUWNfvE/HGSnIkbl7GbaKTFY44NF5djeCzWKaV8fAeUsPUYWzn0U/RBAduoWZ0LUghdZWt5EqOHoQYnK3kKUe3Zbatc0/grn7lE//Hxt6vGG804aWyeENo4rExrg=
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/Demotivated/bullet.svg?branch=master)](https://travis-ci.org/Demotivated/bullet)
[![Build Status](https://travis-ci.org/Demotivated/bullet.svg?branch=master)](https://travis-ci.org/Demotivated/bullet) [![Coverage Status](https://coveralls.io/repos/Demotivated/bullet/badge.svg?branch=master&service=github)](https://coveralls.io/github/Demotivated/bullet?branch=master)

### About PushBullet

Expand Down

0 comments on commit b461c06

Please sign in to comment.