Skip to content

Commit

Permalink
Add Travis-CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsilk committed Aug 8, 2019
1 parent 9a1742d commit 72f3664
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python: 2.7
dist: trusty
before_install: []
install:
- pip install Sphinx sphinx_rtd_theme
- pip install -r requirements-docs.txt
before_script: []
script: sphinx-build -b html db/docs/source db/docs
after_script: []

0 comments on commit 72f3664

Please sign in to comment.