Skip to content

Commit

Permalink
Enable travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Jun 23, 2016
1 parent 79099f2 commit 2fa1451
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: false
language: python
python:
- "3.4"
# command to install dependencies
install: "pip install -q -r requirements.txt"
# command to run tests
script:
- sphinx-build -nW -b html -d docs/_build/doctrees docs docs/_build/html
# Flags used here, not in `make html`:
# -n Run in nit-picky mode. Currently, this generates warnings for all missing references.
# -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1.

3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==1.4.1
sphinx-rtd-theme
git+git://github.com/rtfd/sphinxcontrib-dotnetdomain

0 comments on commit 2fa1451

Please sign in to comment.