Skip to content

Commit

Permalink
New .travis.yml!
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Dec 5, 2017
1 parent b17690c commit e6e40d4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python
cache: pip

python:
- "2.7"

install:
- pip install -r requirements.txt

script:
- sphinx-build -Wa . _build

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master

0 comments on commit e6e40d4

Please sign in to comment.