Skip to content

Commit b368b1d

Browse files
committed
Merge pull request #20 from smashwilson/travis-renaming
The "renderer" is now the "preparer".
2 parents 15fd23c + 99934c7 commit b368b1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
language: python
3+
sudo: false
34
python:
45
- "3.4"
56
install:
6-
- "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"
78
script:
8-
- deconst-render-rst
9+
- deconst-prepare-rst

0 commit comments

Comments
 (0)