Skip to content

Commit e8f7b42

Browse files
committed
chore(travis): Add panda
1 parent 28fd67b commit e8f7b42

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)