Skip to content

Commit 2183825

Browse files
committed
Update Travis CI config
1 parent 0bab1f5 commit 2183825

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
sudo: false
12
language: python
23
install: pip install sphinx
34
script:
4-
- make doctest
5-
- make html
6-
5+
- make doctest
6+
- make html
7+
- sphinx -E -c docs -b html docs docs/_build/html

0 commit comments

Comments
 (0)