Skip to content

Commit

Permalink
Add travis.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley committed Jun 6, 2016
1 parent 8e1b3f9 commit abdf02b
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'
- '3.4'
- '3.5'
sudo: false
install:
- pip install -q -r requires/development.txt
script:
- ./setup.py build_sphinx

0 comments on commit abdf02b

Please sign in to comment.