From: Daniel Date: Tue, 11 Dec 2018 05:21:21 +0000 (-0800) Subject: Switch to more targeted CC specification X-Git-Tag: 1.5.2~27 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53dcadfedb92374eec890d58d824c7437c68f05c;p=cached-property.git Switch to more targeted CC specification --- diff --git a/.travis.yml b/.travis.yml index e0debab..d249c2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ script: after_script: - coverage report -m - coverage xml - - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT - + - ./cc-test-reporter format-coverage --input-type coverage.py + - ./cc-test-reporter upload-coverage python: - "3.6" - "3.5"