1
0
mirror of https://github.com/vinta/awesome-python.git synced 2024-12-19 08:40:14 +00:00
awesome-python/.travis.yml
2020-08-02 09:51:49 +03:00

19 lines
254 B
YAML

language: python
python:
- "3.6"
script:
- python sort.py
- 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