1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00
python/.travis.yml

18 lines
235 B
YAML
Raw Normal View History

language: python
2015-12-19 09:25:38 -05:00
python:
- "3.6"
2015-12-19 09:25:38 -05:00
script:
- cp README.md docs/index.md
- mkdocs build
2019-03-02 11:01:02 -05:00
deploy:
provider: pages
2019-03-03 03:34:32 -05:00
local-dir: site
skip-cleanup: true
keep-history: true
2019-03-02 11:01:02 -05:00
github-token: $GITHUB_TOKEN
on:
branch: master