Skip to content

Commit

Permalink
Merge pull request #6391 from matham/stable_tmp
Browse files Browse the repository at this point in the history
Python 3.5 doesn't seem to work anymore on travis bionic.
  • Loading branch information
matham committed Jun 20, 2019
2 parents 45966e6 + 116c867 commit 39c1745
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 39c1745

Please sign in to comment.