From a58209e89545b798332ab1764ea6152c3edab0af Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 24 Oct 2019 18:16:47 -0700 Subject: [PATCH] Disable Py3.8 for now --- .travis.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8524373..eba47aaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,30 +88,30 @@ 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: 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 language: generic addons: