We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c18a851 + 6673259 commit abaad3bCopy full SHA for abaad3b
1 file changed
.travis.yml
@@ -20,8 +20,9 @@ script:
20
before_deploy:
21
- pip install -r requirements.txt
22
- pip install -r requirements-dev.txt
23
-- pip install --editable .
24
- pip install pypandoc
+- apt-get install pandoc
25
+- pip install --editable .
26
deploy:
27
- provider: script
28
script: docs/publish.sh
0 commit comments