Skip to content

Commit

Permalink
Actually Fix Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Jun 8, 2015
1 parent cf555d8 commit 1ecf2bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ install:
script:
- cd fec && python manage.py test && cd ../docs && make html && cd ..
after_success:
- cd fec && coveralls && cd ..
- mv -f fec/.coverage . && coveralls
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ This is the Mezzanine project that powers http://thefec.org.
:target: https://travis-ci.org/FederationOfEgalitarianCommunities/FECWebsite
:alt: Test Status

.. image:: https://coveralls.io/repos/FederationOfEgalitarianCommunities/FECWebsite/badge.svg
:target: https://coveralls.io/r/FederationOfEgalitarianCommunities/FECWebsite
.. image:: https://coveralls.io/repos/FederationOfEgalitarianCommunities/FECWebsite/badge.svg?branch=develop
:target: https://coveralls.io/r/FederationOfEgalitarianCommunities/FECWebsite?branch=develop
:alt: Code Coverage Status



.. image:: https://readthedocs.org/projects/fecwebsite/badge/?version=latest
:target: https://readthedocs.org/projects/fecwebsite/?badge=latest
:alt: Documentation Status
Expand Down

0 comments on commit 1ecf2bb

Please sign in to comment.