mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
Add Codecov Support
This commit is contained in:
@@ -11,7 +11,7 @@ deploy:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
- pip install -U pytest
|
- pip install -U pytest-cov codecov
|
||||||
# - pip install -U tox-travis pytest
|
# - pip install -U tox-travis pytest
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
@@ -25,7 +25,10 @@ python:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- export TIINGO_API_KEY=$TIINGO_API_KEY
|
- export TIINGO_API_KEY=$TIINGO_API_KEY
|
||||||
- pytest
|
- py.test --cov=./
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
@@ -28,13 +28,13 @@ Tiingo is a financial data platform that makes high quality financial tools avai
|
|||||||
Usage
|
Usage
|
||||||
--------
|
--------
|
||||||
|
|
||||||
First, install the library from PyPi
|
First, install the library from PyPi:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
pip install tiingo
|
pip install tiingo
|
||||||
|
|
||||||
Then, use the TiingoClient to make your API calls easier! (Other parameters are available for each endpoint beyond what has been written below, see docs for full details.)
|
Then, use the TiingoClient to make your API calls. (Other parameters are available for each endpoint beyond what has been written below, see docs for full details.)
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ Features
|
|||||||
Credits
|
Credits
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* Many thanks to Rishi Singh for creating Tiingo, and spreading the ethos of generosity.
|
* Many thanks to Rishi Singh for creating Tiingo.
|
||||||
|
|
||||||
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
|
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user