Skip to content
Snippets Groups Projects
Commit eb7163a7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

install coverage before launch

parent ba08cc8b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment