Skip to content

Commit f7888c6

Browse files
committed
Update change log for 1.1
1 parent cff8c45 commit f7888c6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
1.1 (2015-10-04)
5+
~~~~~~~~~~~~~~~~
6+
* Suupport for Circle CI
7+
48
1.0 (2015-09-17)
59
~~~~~~~~~~~~~~~~
610
* Official coverage 4.0 support

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`_.
2020
This 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

101100
The 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.
102102
It's required to set environment variable ``COVERALLS_REPO_TOKEN`` in you CI build.
103103
This is your own secret token, which is available at the right sidebar of your repository's page on Coveralls.
104104
Launch ``coveralls`` after gathering python coverage in your build script.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests(self):
1717

1818
setup(
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',

0 commit comments

Comments
 (0)