Skip to content

Commit

Permalink
Add pandoc installation to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed May 22, 2015
1 parent e714ad7 commit 1fca3d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,9 @@ python:
env:
- LXML=true
- LXML=false
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y pandoc libxml2-dev
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
Expand Down

0 comments on commit 1fca3d6

Please sign in to comment.