Skip to content

Commit

Permalink
Update change log for 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Oct 4, 2015
1 parent cff8c45 commit f7888c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

1.1 (2015-10-04)
~~~~~~~~~~~~~~~~
* Suupport for Circle CI

1.0 (2015-09-17)
~~~~~~~~~~~~~~~~
* Official coverage 4.0 support
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Coveralls for python

`Coveralls.io`_ is service to publish your coverage stats online with a lot of `nice features`_.
This package provides seamless integration with ``coverage.py`` in your python projects.
Only projects hosted on Github are supported.

.. _Coveralls.io: http://coveralls.io
.. _nice features: https://coveralls.io/features
Expand Down Expand Up @@ -99,6 +98,7 @@ Usage (another CI)
~~~~~~~~~~~~~~~~~~

The difference from Travis is coveralls authentication via repo token.
Circle CI is supported since version 1.1, so no need to add env variables.
It's required to set environment variable ``COVERALLS_REPO_TOKEN`` in you CI build.
This is your own secret token, which is available at the right sidebar of your repository's page on Coveralls.
Launch ``coveralls`` after gathering python coverage in your build script.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests(self):

setup(
name='coveralls',
version='1.0',
version='1.1',
packages=['coveralls'],
url='http://github.com/coagulant/coveralls-python',
license='MIT',
Expand Down

0 comments on commit f7888c6

Please sign in to comment.