Skip to content

Commit

Permalink
Set up Travis CI build check
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Nov 30, 2017
1 parent 6b4c2cb commit 7e24931
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sudo: false
language: python
python:
- "2.7"
script:
- "sphinx-build -n -W -b html -d _build/doctrees . _build/html"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx

0 comments on commit 7e24931

Please sign in to comment.