From 5d1bba745863cc2bcd751f2d29a0ac0353857575 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sun, 8 Oct 2017 06:04:55 +0200
Subject: [PATCH] and back

---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bc1716d..8163e90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,12 +12,11 @@ before_script:
   - ./cc-test-reporter before-build
 script:
  - python compile_definitions.py
- - python setup.py nosetests
+ - python setup.py nosetests --with-coverage
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT --coverage-input-type coverage.py
 install:
  - pip install -r requirements.txt
 after_success:
  - bash build.sh
-after_script:
- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
 services:
  - rabbitmq
-- 
GitLab