Skip to content

Commit

Permalink
Fix travis & coveralls badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jul 6, 2015
1 parent 6864384 commit 0cdb97c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.. image:: https://travis-ci.org/tuomas2/automate.svg?branch=master
:target: https://travis-ci.org/tuomas2/automate

.. image:: https://coveralls.io/repos/tuomas2/automate/badge.svg?branch=master
:target: https://coveralls.io/r/tuomas2/automate?branch=master


Automate
========

.. image:: https://travis-ci.org/tuomas2/automate.svg?branch=master
:target: https://travis-ci.org/tuomas2/automate

.. image:: https://coveralls.io/repos/tuomas2/automate/badge.svg
:target: https://coveralls.io/r/tuomas2/automate

Automate is a general purpose Python automatization library.
Read the documentation at http://tuomasairaksinen.fi/automate/docs/

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_version(filename):
'ansiconv==1.0',
'colorlog==2.6'],
test_suite='py.test',
test_require=['pytest', 'pytest-capturelog'],
tests_require=['pytest', 'pytest-capturelog'],
author="Tuomas Airaksinen",
author_email="tuomas.airaksinen@gmail.com",
description="Automate is a general purpose Python automatization library.",
Expand Down

0 comments on commit 0cdb97c

Please sign in to comment.