Add travis-ci

This commit is contained in:
ErickSkrauch 2019-02-22 17:58:49 +03:00
parent 8a16a1857e
commit aa0f540191
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: python
python: 3.7
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