We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9e516f + 28fd67b commit c18a851Copy full SHA for c18a851
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