Skip to content
  • Daniel P. Berrangé's avatar
    8e73a3c5
    travis: improve python version test coverage · 8e73a3c5
    Daniel P. Berrangé authored
    
    
    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: default avatarDaniel P. Berrange <berrange@redhat.com>
    Message-Id: <20180116134217.8725-14-berrange@redhat.com>
    Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
    8e73a3c5
    travis: improve python version test coverage
    Daniel P. Berrangé authored
    
    
    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: default avatarDaniel P. Berrange <berrange@redhat.com>
    Message-Id: <20180116134217.8725-14-berrange@redhat.com>
    Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Loading