From ff5ac7ff4e54408605ed635b37cefeacd5bb35bf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 7 Jun 2017 10:26:00 -0400 Subject: [PATCH] Update Travis CI configuration to use Ubuntu Trusty instead of Ubuntu Precise. Signed-off-by: Roberto Rosario --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e6e7d9293..7eeca9378e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +dist: trusty +sudo: required language: python python: - 2.7 @@ -8,7 +10,7 @@ env: - DB=sqlite before_install: - sudo apt-get update -qq - - sudo apt-get install -qq python-dev gcc tesseract-ocr tesseract-ocr-deu unpaper ghostscript libjpeg-dev libpng-dev poppler-utils libreoffice + - sudo apt-get install -qq python-dev python-pip gcc tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice install: - "pip install -r requirements/testing.txt" - if [[ $DB == mysql ]]; then pip install -q mysql-python; fi