Skip to content

Commit c18a851

Browse files
authored
Merge pull request #532 from watson-developer-cloud/pypandoc
fix(travis): Add pypandoc before deploy
2 parents b9e516f + 28fd67b commit c18a851

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ before_deploy:
2121
- pip install -r requirements.txt
2222
- pip install -r requirements-dev.txt
2323
- pip install --editable .
24+
- pip install pypandoc
2425
deploy:
2526
- provider: script
2627
script: docs/publish.sh

0 commit comments

Comments
 (0)