Merge ~jugmac00/lazr.delegates:add-config-for-launchpad-ci into lazr.delegates:main

Proposed by Jürgen Gmach
Status: Merged
Merged at revision: 4d3eda15e592f3830a96d09ea12f9e3e607c98e2
Proposed branch: ~jugmac00/lazr.delegates:add-config-for-launchpad-ci
Merge into: lazr.delegates:main
Diff against target: 28 lines (+11/-0)
2 files modified
.launchpad.yaml (+9/-0)
tox.ini (+2/-0)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+439258@code.launchpad.net

Commit message

Add basic Launchpad CI configuration

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote (last edit ):

Approving myself as this is just running the tox envs we run anyway.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.launchpad.yaml b/.launchpad.yaml
2new file mode 100644
3index 0000000..f9993cd
4--- /dev/null
5+++ b/.launchpad.yaml
6@@ -0,0 +1,9 @@
7+pipeline:
8+ - test
9+
10+jobs:
11+ test:
12+ series: focal
13+ architectures: amd64
14+ packages: [git]
15+ plugin: tox
16diff --git a/tox.ini b/tox.ini
17index 5366392..a8af84b 100644
18--- a/tox.ini
19+++ b/tox.ini
20@@ -10,6 +10,8 @@ envlist =
21 py311
22 coverage
23 docs
24+skip_missing_interpreters =
25+ true
26
27 [testenv]
28 deps =

Subscribers

People subscribed via source and target branches

to all changes: