From cb4eb9ed5d91f245824cf57d8aad9fa633add095 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 8 Oct 2017 06:11:09 +0200
Subject: [PATCH] coverage

---
 .travis.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8163e90..3fa765d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,16 +7,14 @@ python:
  - "pypy"
 cache: pip
 before_script:
-  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
-  - chmod +x ./cc-test-reporter
-  - ./cc-test-reporter before-build
+  - pip install codeclimate-test-reporter
 script:
  - python compile_definitions.py
- - python setup.py nosetests --with-coverage
- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT --coverage-input-type coverage.py
-install:
+ - python setup.py nosetests
+ nstall:
  - pip install -r requirements.txt
 after_success:
+ - codeclimate-test-reporter
  - bash build.sh
 services:
  - rabbitmq
-- 
GitLab