From 94cfc53685cab12a9a6aca2e957b4ce060c9ddac Mon Sep 17 00:00:00 2001 From: Carlos Almeida Date: Mon, 5 Jun 2017 15:45:23 +0100 Subject: [PATCH] Update travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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