Skip to content

Commit abaad3b

Browse files
authored
Merge pull request #533 from watson-developer-cloud/pypandoc
chore(travis): Add pandoc
2 parents c18a851 + 6673259 commit abaad3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ script:
2020
before_deploy:
2121
- pip install -r requirements.txt
2222
- pip install -r requirements-dev.txt
23-
- pip install --editable .
2423
- pip install pypandoc
24+
- apt-get install pandoc
25+
- pip install --editable .
2526
deploy:
2627
- provider: script
2728
script: docs/publish.sh

0 commit comments

Comments
 (0)