From 037cdef71a33f0a0d9a52e519fec864ad87e60e1 Mon Sep 17 00:00:00 2001 From: Jukka Ojaniemi Date: Wed, 27 Jan 2016 22:44:22 +0200 Subject: [PATCH] Add Travis build status to docs. Remove coding definition. --- docs/source/index.rst | 3 +++ tests/test_config.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index a15c73e..5324603 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,6 +6,9 @@ Welcome to Pikacon's documentation! =================================== +.. image:: https://travis-ci.org/pingviini/pikacon.svg?branch=master +:target: https://travis-ci.org/pingviini/pikacon + Pikacon is a helper library which will reduce the amount of boilerplate your software needs when it is using pika for creating connection to broker and declaring exchanges and queues. diff --git a/tests/test_config.py b/tests/test_config.py index 01d0121..242f783 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ This file is part of pikacon.