mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Install coverage
This commit is contained in:
parent
fd6395db00
commit
5a2fc16343
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue