Skip to content

Commit

Permalink
CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Jul 3, 2021
1 parent 7c4dbae commit 73c8cea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
- pip install .

script:
- pytest --cov=yfinance/
- nosetests

after_success:
- coveralls
Expand All @@ -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
Expand Down
32 changes: 16 additions & 16 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 73c8cea

Please sign in to comment.