From 2e9deff8bda8c19f13df51364f5c75cb4129fc55 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. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9437a18a0..6b6c44bd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,14 @@ matrix: fast_finish: true include: - language: python - python: 3.5 + python: 3.7 env: RUN=pep8 USE_PANGOFT2=0 os: linux dist: bionic name: "PEP8 verification" stage: pep8 - language: python - python: 3.5 + python: 3.7 env: RUN=unit COVERALLS=true USE_PANGOFT2=0 os: linux dist: bionic @@ -29,7 +29,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