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
=== modified file '.travis.yml'
--- .travis.yml 2019-01-02 20:32:13 +0000
+++ .travis.yml 2019-01-27 17:18:01 +0000
@@ -2,18 +2,19 @@
2addons:2addons:
3 apt:3 apt:
4 update: true4 update: true
5sudo: false5sudo: true
6cache: pip6cache: pip
77
8python:8python:
9 - 3.59 - 3.5
10 - 3.610 - 3.6
11 - 3.7
1211
13matrix:12matrix:
14 include:13 include:
15 - python: 2.714 - python: 2.7
16 env: SELFTEST_OPTIONS="--coverage"15 env: SELFTEST_OPTIONS="--coverage"
16 - python: 3.7
17 dist: xenial
1718
18script:19script:
19 - make docs extensions20 - make docs extensions

Subscribers

People subscribed via source and target branches