Install coverage

This commit is contained in:
Martin Mahner 2018-04-28 13:07:53 +02:00
parent fd6395db00
commit 5a2fc16343

View file

@ -15,8 +15,8 @@ matrix:
- python: "2.7" - python: "2.7"
env: DJANGO=2.0.* env: DJANGO=2.0.*
before_install: before_install:
- pip install codacy-coverage - pip install coverage codacy-coverage
- coverage erase - coverage erase
install: install: