File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ install: pip install -U tox-travis
13
13
14
14
# command to run tests, e.g. python setup.py test
15
15
script : tox
16
-
16
+ after_success :
17
+ - pip install -U python-coveralls
18
+ - coveralls
17
19
# After you create the Github repo and add it to Travis, run the
18
20
# travis_pypi_setup.py script to finish PyPI deployment setup
19
21
deploy :
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Choices Enum
13
13
:target: https://python-choicesenum.readthedocs.io/en/latest/?badge=latest
14
14
:alt: Documentation Status
15
15
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
+
16
19
17
20
Python's Enum with extra powers to play nice with labels and choices fields.
18
21
You can’t perform that action at this time.
0 commit comments