travis: improve python version test coverage
commit8e73a3c5fc0b57c3b7b4f3f79135570cb41d84a4
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 16 Jan 2018 13:42:16 +0000 (16 13:42 +0000)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 5 Feb 2018 21:53:55 +0000 (5 19:53 -0200)
treecc2e846c4fd62b74ef9360ccade17c9256183302
parentdf25920903036d0381ecf7f946c9ea100d002f80
travis: improve python version test coverage

Currently travis declares ancient python 2.4 is desired. Update that to
2.6 which is the oldest version any targetted distros still needs. If we
just list a python 3 version at the top level this will double the
number of travis jobs we run which is unreasonable.

So arbitrarily pick the clang test matrix entries to build with python
3.0 and 3.6, to extend coverage of python versions, without increasing
job count or build time.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <20180116134217.8725-14-berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
.travis.yml