diff --git a/.travis.yml b/.travis.yml index 7c091932..0c92807d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ addons: packages: - expect-dev # provides unbuffer utility - python-lxml # because pip installation is slow + - tesseract-ocr # document_ocr + - tesseract-ocr-eng # document_ocr + - imagemagick # document_ocr + - fonts-inconsolata # document_ocr (for tests only) language: python