mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
travis: Test both python2 and python3
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
630c6e3495
commit
a8223d8f4a
@ -7,10 +7,12 @@ matrix:
|
||||
- compiler: gcc
|
||||
dist: trusty
|
||||
env:
|
||||
- PYTHON=$(which python2)
|
||||
- DISTCHECK_CONFIGURE_FLAGS="--with-init-script=upstart"
|
||||
- compiler: clang
|
||||
dist: trusty
|
||||
env:
|
||||
- PYTHON=$(which python3)
|
||||
- DISTCHECK_CONFIGURE_FLAGS="--with-init-script=systemd"
|
||||
- compiler: clang
|
||||
os: osx
|
||||
|
Loading…
Reference in New Issue
Block a user