docs/.travis.yml

16 lines
226 B
YAML
Raw Normal View History

2019-02-22 20:28:49 +05:30
language: python
install:
- pip install -r requirements.txt
script:
- sphinx-build source build
deploy:
provider: pages
skip-cleanup: true
local-dir: ./build
github-token: $GITHUB_TOKEN
on:
branch: master