Add pandoc package to Travis CI configuration

This commit is contained in:
Justin Mayer 2015-02-09 08:22:30 -08:00
commit 8218923625

View file

@ -3,6 +3,9 @@ python:
- "2.7"
- "3.3"
- "3.4"
addons:
apt_packages:
- pandoc
before_install:
- sudo apt-get update -qq
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8