[libvirt] [python PATCH 1/3] travis: remove python 2.6 and 3.6 from build matrix

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


The lxml package that we download with pip no longer supports either
of these versions of python.

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

diff --git a/.travis.yml b/.travis.yml
index 8405bee..0e9c834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,7 @@ language: python
 os: linux
 
 python:
-  - 2.6
   - 2.7
-  - 3.2
   - 3.6
 
 env:
-- 
2.20.1




More information about the libvir-list mailing list