From eb7163a7494464e302192f2990baa35effb86338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Feb 2020 23:11:10 +0100 Subject: [PATCH] install coverage before launch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69fc098..dadcef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: install: - pip install -r requirements.txt - pip install -r stress_tests/requirements.txt - - pip install yapf + - pip install yapf nose2 mock coverage nose2[coverage_plugin] after_success: - coverage xml - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT -- GitLab