awesome-python/.travis.yml

18 lines
235 B
YAML
Raw Normal View History

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