add pypandoc
This commit is contained in:
parent
1ba2ba3894
commit
a3a75ecf64
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ install:
|
||||||
- "curl https://bootstrap.pypa.io/ez_setup.py -o - | python"
|
- "curl https://bootstrap.pypa.io/ez_setup.py -o - | python"
|
||||||
- "pip install -r test/requirements.txt"
|
- "pip install -r test/requirements.txt"
|
||||||
- "sudo apt-get -y install pandoc"
|
- "sudo apt-get -y install pandoc"
|
||||||
|
- "pip install pypandoc"
|
||||||
- "pip install ."
|
- "pip install ."
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue