Update Travis config to install pdftotext and djvutxt

This commit is contained in:
Phyks 2014-06-30 23:23:30 +02:00
parent 36a19fbab4
commit c3c40ef0fc
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ install:
- pip install isbntools
- pip install bibtexparser
- pip install coveralls
- apt-get install -qq poppler-utils
- apt-get install -qq djvulibre-bin
# - python setup.py install
# command to run tests, e.g. python setup.py test
script: