Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Apr 12, 2015
1 parent 1652cc5 commit f729edc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ matrix:
- python: nightly
sudo: false
install:
- pip install flake8 pep257
- pip install flake8 pep257 coveralls
- python setup.py install
before_script:
- flake8 praw
- flake8 tests
- pep257 praw
script: python setup.py test -s tests.travis_suite
script: coverage run --source=praw setup.py test -s tests.travis_suite
after_success:
coveralls
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ PRAW: The Python Reddit API Wrapper
.. image:: https://travis-ci.org/praw-dev/praw.svg?branch=master
:target: https://travis-ci.org/praw-dev/praw

.. image:: https://coveralls.io/repos/praw-dev/praw/badge.svg?branch=master
:target: https://coveralls.io/r/praw-dev/praw?branch=master


PRAW, an acronym for "Python Reddit API Wrapper", is a python package that
allows for simple access to reddit's API. PRAW aims to be as easy to use as
Expand Down

0 comments on commit f729edc

Please sign in to comment.