Skip to content

Commit

Permalink
Python 3.5 doesn't seem to work anymore on travis bionic.
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e9deff)
  • Loading branch information
matham committed Jun 20, 2019
1 parent 45966e6 commit 116c867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 116c867

Please sign in to comment.