[libvirt] [python PATCH 3/3] travis: add testing of 5.0.0 release

Daniel P. Berrangé berrange at redhat.com
Wed Jan 16 10:25:35 UTC 2019


Update to test against very latest release. Since we dropped two
python versions, we can afford to add new libvirt version without
dropping a previous one.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index cf192c5..d194f37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ env:
   - LIBVIRT=2.0.0 EXT=xz
   - LIBVIRT=3.6.0 EXT=xz
   - LIBVIRT=4.5.0 EXT=xz
+  - LIBVIRT=5.0.0 EXT=xz
 
 install:
   - sudo apt-get -qqy build-dep libvirt libxml2-dev
-- 
2.20.1




More information about the libvir-list mailing list