summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-16 17:29:35 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-16 17:29:35 +0200
commit49e1eb38035798d2873fca7db68a1e1ee39ed8e2 (patch)
tree20c486e867d9aa3689737545563238afe0e9e762 /README.rst
parent60b5ced178bb7cf1ea1ebacd81f9bdc37c29d707 (diff)
downloadpylint-git-49e1eb38035798d2873fca7db68a1e1ee39ed8e2.tar.gz
Add Travis badge.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 4813dc526..a76d229e6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,10 @@
-.. image:: https://drone.io/bitbucket.org/logilab/pylint/status.png
- :alt: drone.io Build Status
- :target: https://drone.io/bitbucket.org/logilab/pylint
-
README for Pylint - http://www.pylint.org/
==========================================
+.. image:: https://travis-ci.org/PyCQA/pylint.svg?branch=master
+ :target: https://travis-ci.org/PyCQA/pylint
+
Pylint is a Python source code analyzer which looks for programming errors,
helps enforcing a coding standard and sniffs for some code smells (as defined in
Martin Fowler's Refactoring book).