Skip to content

Commit

Permalink
Just use make docs instead of raise-on-warning
Browse files Browse the repository at this point in the history
Since we have warnings I can't currently get around when we generate
images in the tutorial.
  • Loading branch information
SamLau95 committed Jan 4, 2016
1 parent 9e8b6eb commit 88d21e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ before_script:

script:
- coverage run setup.py test
- cd docs && make html-raise-on-warning && cd ..
- make docs

after_success:
- coveralls
Expand Down

0 comments on commit 88d21e1

Please sign in to comment.