Skip to content

Commit 88d21e1

Browse files
committed
Just use make docs instead of raise-on-warning
Since we have warnings I can't currently get around when we generate images in the tutorial.
1 parent 9e8b6eb commit 88d21e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before_script:
4545

4646
script:
4747
- coverage run setup.py test
48-
- cd docs && make html-raise-on-warning && cd ..
48+
- make docs
4949

5050
after_success:
5151
- coveralls

0 commit comments

Comments
 (0)