added scrutinizer

This commit is contained in:
Rossen Georgiev 2016-01-21 00:53:15 +00:00
parent 17d06ac5f8
commit 2b3eae854f
2 changed files with 12 additions and 1 deletions

7
.scrutinizer.yml Normal file
View File

@ -0,0 +1,7 @@
filter:
excluded_paths:
- 'tests/*'
tools:
external_code_coverage:
timeout: 300
runs: 7

View File

@ -1,7 +1,7 @@
APRS library for Python
~~~~~~~~~~~~~~~~~~~~~~~
|pypi| |coverage| |master_build|
|pypi| |coverage| |scru| |master_build|
A python library for dealing with APRS.
It can be used to interact with APRS-IS servers, sending and receiving.
@ -36,6 +36,10 @@ Contribution
:target: https://coveralls.io/r/rossengeorgiev/aprs-python?branch=master
:alt: Test coverage
.. |scru| image:: https://scrutinizer-ci.com/g/rossengeorgiev/aprs-python/badges/quality-score.png?b=master
:target: https://scrutinizer-ci.com/g/rossengeorgiev/aprs-python/?branch=master
:alt: Scrutinizer score
.. |master_build| image:: https://img.shields.io/travis/rossengeorgiev/aprs-python/master.svg?style=flat&label=master%20build
:target: http://travis-ci.org/rossengeorgiev/aprs-python
:alt: Build status of master branch