From 3660007fc88a1a0c48dfefc10441dde5365cbcff Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 20 Oct 2019 04:06:13 -0700 Subject: [PATCH] travis: Python 3.8, osx_image --- .travis.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9098888a..c8524373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,8 +88,31 @@ matrix: - tesseract-ocr-eng - tesseract-ocr-fra - unpaper + - os: linux + dist: xenial + sudo: required + language: python + python: "3.8" + env: + - DIST=xenial + addons: + apt: + update: true + sources: + - sourceline: "ppa:alex-p/tesseract-ocr" + packages: + - ghostscript + - libexempi3 + - libffi-dev + - pngquant + - poppler-utils + - qpdf + - tesseract-ocr + - tesseract-ocr-deu + - tesseract-ocr-eng + - tesseract-ocr-fra + - unpaper - os: osx - osx_image: xcode9.2 language: generic addons: homebrew: