python/.travis.yml

19 lines
254 B
YAML
Raw Permalink Normal View History

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