Add codecov
This commit is contained in:
parent
66ac8760be
commit
f8b35c9a4c
1 changed files with 5 additions and 1 deletions
|
@ -3,4 +3,8 @@ python:
|
|||
- "2.7"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script: python -m pytest src/Test
|
||||
script: python -m pytest src/Test
|
||||
before_install:
|
||||
- pip install codecov
|
||||
after_success:
|
||||
- codecov
|
Loading…
Reference in a new issue