From de2c85b7c192dceaa6ccdd26351bbf89f2113f9c Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 9 Jul 2017 19:15:43 +0200
Subject: [PATCH] fuck codeclimate

---
 .codeclimate.yml | 20 --------------------
 .travis.yml      |  6 +-----
 README.md        |  2 --
 3 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 .codeclimate.yml

diff --git a/.codeclimate.yml b/.codeclimate.yml
deleted file mode 100644
index 9c2e3c1c..00000000
--- a/.codeclimate.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-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/**
diff --git a/.travis.yml b/.travis.yml
index 9a77bb28..ed0eb1bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,8 @@ python:
  - "pypy"
 cache: pip
 install:
- - pip install coverage
- - pip install codeclimate-test-reporter
+ - pip install coverage nose mock
  - pip install -r requirements.txt
  - python setup.py install
 script:
  - nosetests --with-coverage
-after_success:
- - CODECLIMATE_REPO_TOKEN=04f47102b24bfcd471b2ab1439419ac495b7c2e984ca9533de3f3cc2fe39f6b8 codeclimate-test-reporter
-
diff --git a/README.md b/README.md
index f0396d84..1136d46b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 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 version](https://badge.fury.io/py/satella.svg)](https://badge.fury.io/py/satella)
 [![PyPI](https://img.shields.io/pypi/implementation/satella.svg)]()
-- 
GitLab