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
2019-03-03 00:01:02 +08:00

20 lines
283 B
YAML

language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
- cp README.md docs/index.md
- mkdocs build
deploy:
provider: pages
local-dir: "site"
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
on:
branch: master