diff --git a/.travis.yml b/.travis.yml index bc1716dc6afdb4d8ad505ac8fb12b3bc01081677..8163e90f66aa5bb8379b86de6a747d3c75744b02 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