Skip to content

Commit

Permalink
add travis to check build, #12
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Mar 16, 2017
1 parent 9ad4376 commit bb01914
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
sudo: no
language: python
python:
- "3.5"
env:
install: pip install -r requirements.txt
script: make html SPHINXOPTS="-W -n"
notifications:
email:
- james@openstates.org

0 comments on commit bb01914

Please sign in to comment.