summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-16 17:36:35 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-16 17:36:35 +0200
commit227bf4cbe891c60b9fa1dad5c63e1d2a38e105bf (patch)
treee5829006068f3f33b98d1037b4815f30095a6f2a /README.rst
parent49e1eb38035798d2873fca7db68a1e1ee39ed8e2 (diff)
downloadpylint-git-227bf4cbe891c60b9fa1dad5c63e1d2a38e105bf.tar.gz
Configure appveyor with the same configuration that astroid has.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a76d229e6..60e6f5799 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,10 @@ README for Pylint - http://www.pylint.org/
.. image:: https://travis-ci.org/PyCQA/pylint.svg?branch=master
:target: https://travis-ci.org/PyCQA/pylint
+.. image:: https://ci.appveyor.com/api/projects/status/j95s5k68jv2rloxh/branch/master?svg=true
+ :alt: AppVeyor Build Status
+ :target: https://ci.appveyor.com/project/PCManticore/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).