Skip to content

Commit 6521f54

Browse files
authored
Merge pull request #123 from loggi/fgm-coveralls
coveralls setup
2 parents 35a792d + 4bba6ea commit 6521f54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ install: pip install -U tox-travis
1313

1414
# command to run tests, e.g. python setup.py test
1515
script: tox
16-
16+
after_success:
17+
- pip install -U python-coveralls
18+
- coveralls
1719
# After you create the Github repo and add it to Travis, run the
1820
# travis_pypi_setup.py script to finish PyPI deployment setup
1921
deploy:

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Choices Enum
1313
:target: https://python-choicesenum.readthedocs.io/en/latest/?badge=latest
1414
:alt: Documentation Status
1515

16+
.. image:: https://coveralls.io/repos/github/loggi/python-choicesenum/badge.svg?branch=master
17+
:target: https://coveralls.io/github/loggi/python-choicesenum?branch=master
18+
1619

1720
Python's Enum with extra powers to play nice with labels and choices fields.
1821

0 commit comments

Comments
 (0)