File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1+ [run]
2+ branch = True
3+ source = slacktools
Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ language: python
22cache : pip
33matrix :
44 include :
5- - python : 3.4
6- - python : 3.5
7- - python : 3.6
85 - python : 3.7
96 dist : xenial
107 sudo : true
8+ script : pytest && codecov
9+ - python : 3.4
10+ - python : 3.5
11+ - python : 3.6
1112 - python : 3.8-dev
1213 dist : xenial
1314 sudo : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ python-slacktools
33
44A toolbelt for working with the various `Slack APIs `_ in python.
55
6- |Build Status | |Documentation Status | |PyPI - Version | |PyPI - Python Version |
6+ |Documentation Status | |Build Status| | Code Coverage | |PyPI - Version | |PyPI - Python Version |
77
88.. |Build Status | image :: https://travis-ci.com/austinpray/python-slacktools.svg?branch=master
99 :target: https://travis-ci.com/austinpray/python-slacktools
@@ -13,6 +13,8 @@ A toolbelt for working with the various `Slack APIs`_ in python.
1313 :target: https://pypi.org/project/slacktools/
1414.. |PyPI - Python Version | image :: https://img.shields.io/pypi/pyversions/Django.svg
1515 :target: https://pypi.org/project/slacktools/
16+ .. |Code Coverage | image :: https://codecov.io/gh/austinpray/python-slacktools/branch/master/graph/badge.svg
17+ :target: https://codecov.io/gh/austinpray/python-slacktools
1618
1719Features
1820--------
Original file line number Diff line number Diff line change 11[pytest]
2- addopts = --doctest-modules
2+ addopts = --doctest-modules --cov
33testpaths = slacktools
Original file line number Diff line number Diff line change 1+ codecov
12pytest
3+ pytest-cov
4+
25sphinx
36sphinx-autobuild
47sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments