Skip to content

Commit

Permalink
activated coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadil committed Jul 7, 2016
1 parent c66d18a commit 34059ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -2,6 +2,11 @@ language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script: nosetests -v
script: nosetests --with-coverage --cover-package=project

after_success:
coveralls
8 changes: 8 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# tweepy

![Build Status][travis-ci]
![Coverage Status][coverage]


tweepy is a simple twitter clone made on [flask - a python micro framework](flask.pocoo.org).

### Stack
Expand Down Expand Up @@ -60,3 +64,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


[travis-ci]: https://travis-ci.org/mmadil/tweepy.svg?branch=master
[coverage]: https://coveralls.io/repos/github/mmadil/tweepy/badge.svg

0 comments on commit 34059ce

Please sign in to comment.