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 ======== [](https://travis-ci.org/piotrmaslanka/satella) -[](https://codeclimate.com/github/piotrmaslanka/satella) -[](https://codeclimate.com/github/piotrmaslanka/satella/coverage) []() [](https://badge.fury.io/py/satella) []() -- GitLab