Skip to content

Commit ca8cdbc

Browse files
committed
Updates travis to build docs via make
1 parent 50c703d commit ca8cdbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ before_install:
2121
- pip install -e .
2222

2323
script:
24-
- py.test -v
24+
- make test
25+
26+
after_success:
27+
- make docs
2528

2629
notifications:
2730
email: false

0 commit comments

Comments
 (0)