mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-22 04:56:04 +03:00
coverage
This commit is contained in:
parent
a1da7796c4
commit
ea22c7266a
@ -7,4 +7,6 @@ python:
|
|||||||
before_install:
|
before_install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- nosetests -v
|
- nosetests -v --with-coverage --cover-xml
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
multidimensional-urlencode==0.0.4
|
multidimensional-urlencode==0.0.4
|
||||||
nose==1.3.7
|
nose==1.3.7
|
||||||
requests==2.20.0
|
requests==2.20.0
|
||||||
|
coverage==5.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user