Merge lp:~jelmer/brz/travis-xenial into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/travis-xenial
Merge into: lp:brz
Diff against target: 25 lines (+3/-2)
1 file modified
.travis.yml (+3/-2)
To merge this branch: bzr merge lp:~jelmer/brz/travis-xenial
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+362284@code.launchpad.net

Commit message

Fix python 3.7 tests on Travis.

Description of the change

Fix python 3.7 tests on Travis.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Is sudo needed for the 3.7 install? Might be worth testing 3.7 on a post-xenial system anyway? Shouldn't matter much I hope.

review: Approve
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.travis.yml'
2--- .travis.yml 2019-01-02 20:32:13 +0000
3+++ .travis.yml 2019-01-27 17:18:01 +0000
4@@ -2,18 +2,19 @@
5 addons:
6 apt:
7 update: true
8-sudo: false
9+sudo: true
10 cache: pip
11
12 python:
13 - 3.5
14 - 3.6
15- - 3.7
16
17 matrix:
18 include:
19 - python: 2.7
20 env: SELFTEST_OPTIONS="--coverage"
21+ - python: 3.7
22+ dist: xenial
23
24 script:
25 - make docs extensions

Subscribers

People subscribed via source and target branches