Skip to content

Commit

Permalink
Merge pull request insomnia-lab#215 from boyska/212-travis-doc
Browse files Browse the repository at this point in the history
Travis doc build
  • Loading branch information
ael-code committed Nov 24, 2015
2 parents 7d928be + 80a5b71 commit d5fa967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- elasticsearch

install:
- "pip install flake8"
- "pip install flake8 sphinx"
- "python setup.py install"

before_script:
Expand All @@ -16,3 +16,4 @@ before_script:
script:
- 'flake8'
- python setup.py test
- "python setup.py build_sphinx"

0 comments on commit d5fa967

Please sign in to comment.