Skip to content
Snippets Groups Projects
Commit de2c85b7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fuck codeclimate

parent fda6d492
No related branches found
No related tags found
No related merge requests found
engines:
duplication:
enabled: true
config:
languages:
python:
fixme:
enabled: true
markdownlint:
enabled: true
pep8:
enabled: true
radon:
enabled: true
exclude_paths:
- tests/**
ratings:
paths:
- satella/**
...@@ -5,12 +5,8 @@ python: ...@@ -5,12 +5,8 @@ python:
- "pypy" - "pypy"
cache: pip cache: pip
install: install:
- pip install coverage - pip install coverage nose mock
- pip install codeclimate-test-reporter
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py install - python setup.py install
script: script:
- nosetests --with-coverage - nosetests --with-coverage
after_success:
- CODECLIMATE_REPO_TOKEN=04f47102b24bfcd471b2ab1439419ac495b7c2e984ca9533de3f3cc2fe39f6b8 codeclimate-test-reporter
satella satella
======== ========
[![Build Status](https://travis-ci.org/piotrmaslanka/satella.svg)](https://travis-ci.org/piotrmaslanka/satella) [![Build Status](https://travis-ci.org/piotrmaslanka/satella.svg)](https://travis-ci.org/piotrmaslanka/satella)
[![Code Climate](https://codeclimate.com/github/piotrmaslanka/satella/badges/gpa.svg)](https://codeclimate.com/github/piotrmaslanka/satella)
[![Test Coverage](https://codeclimate.com/github/piotrmaslanka/satella/badges/coverage.svg)](https://codeclimate.com/github/piotrmaslanka/satella/coverage)
[![PyPI](https://img.shields.io/pypi/pyversions/satella.svg)]() [![PyPI](https://img.shields.io/pypi/pyversions/satella.svg)]()
[![PyPI version](https://badge.fury.io/py/satella.svg)](https://badge.fury.io/py/satella) [![PyPI version](https://badge.fury.io/py/satella.svg)](https://badge.fury.io/py/satella)
[![PyPI](https://img.shields.io/pypi/implementation/satella.svg)]() [![PyPI](https://img.shields.io/pypi/implementation/satella.svg)]()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment