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

Commit message

travis: Install launchpadlib from pip, since it's not available for python 3 on trusty.

Description of the change

travis: Install launchpadlib from pip, since it's not available for python 3 on trusty.

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

I think this was already included in another branch? But reasonable regardless.

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-12-19 01:30:58 +0000
3+++ .travis.yml 2019-01-02 20:44:24 +0000
4@@ -20,7 +20,7 @@
5 - BRZ_PLUGIN_PATH=-site:-user python -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -Wignore::ResourceWarning ./brz selftest --parallel=fork $SELFTEST_OPTIONS
6
7 install:
8- - sudo apt install python-all-dev python3-all-dev subunit python3-launchpadlib python-launchpadlib
9+ - sudo apt install python-all-dev python3-all-dev subunit
10 - travis_retry pip install -U setuptools
11 - travis_retry pip install -U pip coverage codecov flake8 testtools paramiko fastimport configobj cython testscenarios six docutils python-subunit dulwich $TEST_REQUIRE sphinx sphinx_epytext launchpadlib
12

Subscribers

People subscribed via source and target branches