Browse Source

Add codeclimate integration

master
Ruben Verweij 7 years ago
parent
commit
77d886945d
3 changed files with 23 additions and 0 deletions
  1. +15
    -0
      .codeclimate.yml
  2. +6
    -0
      .travis.yml
  3. +2
    -0
      README.md

+ 15
- 0
.codeclimate.yml View File

@ -0,0 +1,15 @@
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/

+ 6
- 0
.travis.yml View File

@ -1,6 +1,12 @@
language: python
git:
depth: 3
notifications:
email: false
addons:
code_climate:
repo_token: 8582900c285e4da0f253555b1bac1ba501bd6ff07850b0f227166b3cdac59ecc
python:
- "2.7"
- "3.4"


+ 2
- 0
README.md View File

@ -1,6 +1,8 @@
# nd2reader
[![Build Status](https://travis-ci.org/rbnvrw/nd2reader.svg?branch=master)](https://travis-ci.org/rbnvrw/nd2reader)
[![Test Coverage](https://codeclimate.com/github/rbnvrw/nd2reader/badges/coverage.svg)](https://codeclimate.com/github/rbnvrw/nd2reader/coverage)
[![Code Climate](https://codeclimate.com/github/rbnvrw/nd2reader/badges/gpa.svg)](https://codeclimate.com/github/rbnvrw/nd2reader)
### About


Loading…
Cancel
Save