File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 1.1 (2015-10-04)
5+ ~~~~~~~~~~~~~~~~
6+ * Suupport for Circle CI
7+
481.0 (2015-09-17)
59~~~~~~~~~~~~~~~~
610* Official coverage 4.0 support
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ Coveralls for python
1818
1919`Coveralls.io `_ is service to publish your coverage stats online with a lot of `nice features `_.
2020This package provides seamless integration with ``coverage.py `` in your python projects.
21- Only projects hosted on Github are supported.
2221
2322.. _Coveralls.io : http://coveralls.io
2423.. _nice features : https://coveralls.io/features
@@ -99,6 +98,7 @@ Usage (another CI)
9998~~~~~~~~~~~~~~~~~~
10099
101100The difference from Travis is coveralls authentication via repo token.
101+ Circle CI is supported since version 1.1, so no need to add env variables.
102102It's required to set environment variable ``COVERALLS_REPO_TOKEN `` in you CI build.
103103This is your own secret token, which is available at the right sidebar of your repository's page on Coveralls.
104104Launch ``coveralls `` after gathering python coverage in your build script.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def run_tests(self):
1717
1818setup (
1919 name = 'coveralls' ,
20- version = '1.0 ' ,
20+ version = '1.1 ' ,
2121 packages = ['coveralls' ],
2222 url = 'http://github.com/coagulant/coveralls-python' ,
2323 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments