mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-21 20:46:03 +03:00
coverage
This commit is contained in:
parent
a1da7796c4
commit
ea22c7266a
@ -7,4 +7,6 @@ python:
|
||||
before_install:
|
||||
- pip install -r requirements.txt
|
||||
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
|
||||
nose==1.3.7
|
||||
requests==2.20.0
|
||||
coverage==5.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user