Merge lp:~jelmer/brz/improve-coverage 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/improve-coverage
Merge into: lp:brz
Diff against target: 15 lines (+1/-2)
1 file modified
.travis.yml (+1/-2)
To merge this branch: bzr merge lp:~jelmer/brz/improve-coverage
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+358609@code.launchpad.net

Commit message

Build extensions on travis for Python 3.

Description of the change

Build extensions on travis for Python 3.

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

Looks good, thanks!

review: Approve

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 2018-08-26 13:52:48 +0000
3+++ .travis.yml 2018-11-16 15:32:54 +0000
4@@ -14,10 +14,9 @@
5 include:
6 - python: 2.7
7 env: SELFTEST_OPTIONS="--coverage"
8- EXTRA_MAKE_ARGS="extensions"
9
10 script:
11- - make docs $EXTRA_MAKE_ARGS
12+ - make docs extensions
13 - BRZ_PLUGIN_PATH=-site:-user python -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -Wignore::ResourceWarning ./brz selftest --parallel=fork $SELFTEST_OPTIONS
14
15 install:

Subscribers

People subscribed via source and target branches