Skip to content

Commit a2cfaf6

Browse files
author
Axel Dahlberg
committed
Added before_deploy to build docs
1 parent a2a27d8 commit a2cfaf6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ install:
3030
script:
3131
- make lint
3232
- make tests
33+
before_deploy:
34+
- cd docs
35+
- make build
36+
- cd ..
3337
deploy:
3438
- provider: pypi
3539
user: adahlberg

0 commit comments

Comments
 (0)