From 8a11e2f8edc796003555b82d14d22199977abf9a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 22 Nov 2018 19:17:19 +0100 Subject: [PATCH] [ci] install python coverage on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b799ce2f..fb7f4a64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,7 @@ install: - travis_retry make getwaf expandwaf deps_python - which pip - pip --version + - pip install coverage script: - make create_test_sounds -- 2.11.0