We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e516f commit 28fd67bCopy full SHA for 28fd67b
1 file changed
.travis.yml
@@ -21,6 +21,7 @@ before_deploy:
21
- pip install -r requirements.txt
22
- pip install -r requirements-dev.txt
23
- pip install --editable .
24
+- pip install pypandoc
25
deploy:
26
- provider: script
27
script: docs/publish.sh
0 commit comments