We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15fd23c + 99934c7 commit b368b1dCopy full SHA for b368b1d
.travis.yml
@@ -1,8 +1,9 @@
1
---
2
language: python
3
+sudo: false
4
python:
5
- "3.4"
6
install:
-- "pip install -e git+https://github.com/deconst/renderer-rst.git#egg=deconstrst"
7
+- "pip install -e git+https://github.com/deconst/preparer-rst.git#egg=deconstrst"
8
script:
-- deconst-render-rst
9
+- deconst-prepare-rst
0 commit comments