Skip to content

Commit

Permalink
Fix travis badge, add coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Dec 17, 2015
1 parent c6d0485 commit e7809ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
flexmock
========

.. image:: https://travis-ci.org/bkabrda/flexmock.svg?branch=0.10.1
.. image:: https://travis-ci.org/bkabrda/flexmock.svg?branch=master
:target: https://travis-ci.org/bkabrda/flexmock

.. image:: https://coveralls.io/repos/bkabrda/flexmock/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/bkabrda/flexmock?branch=master

flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes.
::

Expand Down

0 comments on commit e7809ba

Please sign in to comment.