Python 3.5 doesn't seem to work anymore on travis bionic.

This commit is contained in:
matham 2019-06-20 12:23:07 -04:00 committed by GitHub
parent a781fdb7c0
commit 2e9deff8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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