pull/685/merge
ran 2021-07-03 14:41:02 +01:00
parent 7c4dbae2a7
commit 73c8cea20e
2 changed files with 17 additions and 18 deletions

View File

@ -23,7 +23,7 @@ install:
- pip install .
script:
- pytest --cov=yfinance/
- nosetests
after_success:
- coveralls
@ -33,7 +33,6 @@ branches:
- main
notifications:
slack: tradologics:HcnS6XusfcuS02waQPCG18oc
webhooks:
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always

View File

@ -1,19 +1,19 @@
site_name: My Docs
# site_name: My Docs
# mkdocs.yml
theme:
name: "material"
# # mkdocs.yml
# theme:
# name: "material"
plugins:
- search
- mkdocstrings
# plugins:
# - search
# - mkdocstrings
nav:
- Introduction: 'index.md'
- Installation: 'installation.md'
- Quick Start: 'quickstart.md'
# - Ticker: 'Ticker.md'
- TickerBase: 'TickerBase.md'
# - Tickers: 'Tickers.md'
- utils: 'utils.md'
- multi: 'multi.md'
# nav:
# - Introduction: 'index.md'
# - Installation: 'installation.md'
# - Quick Start: 'quickstart.md'
# # - Ticker: 'Ticker.md'
# - TickerBase: 'TickerBase.md'
# # - Tickers: 'Tickers.md'
# - utils: 'utils.md'
# - multi: 'multi.md'