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

View File

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