Skip to content

Commit

Permalink
[mod] try to build to doc in travis to catch errors in it
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 31, 2016
1 parent fed771f commit de4592c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ install:
- pip install git+https://github.com/Psycojoker/baron.git
- pip install pytest
- python setup.py install
- pip install -r requirements-docs.txt
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
script:
- py.test tests
- cd docs
- result=$(make html)
- echo $result
- if [ "$(echo $result | grep 'Exception in')"]; then exit 1; fi
notifications:
irc: "chat.freenode.net#baron"

0 comments on commit de4592c

Please sign in to comment.