Skip to content

Commit

Permalink
Merge pull request #7 from aroraumang/feature/task-4507
Browse files Browse the repository at this point in the history
Added Coveralls #4507
  • Loading branch information
Sharoon Thomas committed Jun 1, 2014
2 parents ffce96f + aa48d7b commit f0759bb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
source = trytond.modules.nereid_review

[report]
omit = */tests/*, */fabfile.py
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ python:
install:
- pip install flake8
- python setup.py install
- pip install coveralls
script:
- python setup.py test
- coverage run setup.py test
- flake8 .
after_success:
coveralls
notifications:
email:
- ci-notify@openlabs.co.in
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nereid-review
=============

.. image:: https://travis-ci.org/openlabs/nereid-review.png?branch=develop
:target: https://travis-ci.org/openlabs/nereid-review

.. image:: https://coveralls.io/repos/openlabs/nereid-review/badge.png
:target: https://coveralls.io/r/openlabs/nereid-review
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.

import os
import re
Expand Down

0 comments on commit f0759bb

Please sign in to comment.