From 116c8670fa9dd695b67a291ad77f49b72a8ed2ce Mon Sep 17 00:00:00 2001 From: matham Date: Thu, 20 Jun 2019 12:23:07 -0400 Subject: [PATCH] Python 3.5 doesn't seem to work anymore on travis bionic. (cherry picked from commit 2e9deff8bda8c19f13df51364f5c75cb4129fc55) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1fc323504..ff0ebfb971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: fast_finish: true include: - language: python - python: 3.5 + python: 3.7 env: RUN=pep8 USE_PANGOFT2=0 os: linux dist: bionic @@ -25,7 +25,7 @@ matrix: name: "Linux - Python 2 tests" stage: test - language: python - python: 3.5 + python: 3.7 env: RUN=unit COVERALLS=true USE_PANGOFT2=0 os: linux dist: bionic @@ -39,7 +39,7 @@ matrix: os: osx name: "OSX - Python 3 tests" - language: python - python: 3.5 + python: 3.7 env: RUN=docs USE_PANGOFT2=0 os: linux dist: bionic