From 143af34d18ce30492828282e212c531cd696b358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20=C5=A0imon?= Date: Tue, 14 Jan 2020 10:21:17 +0100 Subject: [PATCH] add missing pyyaml library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Karel Šimon --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0fa4bdd..ffd75b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,11 +79,13 @@ addons: - jq - ansible - python-gobject - python-six + - python-six + - python3-pip - libosinfo-1.0 - gir1.2-libosinfo-1.0 - intltool before_script: +- pip install PyYAML - sudo mount --make-rshared / - bash -x ci/ci/extra/get-kubevirt-releases - bash -x ci/prepare-host $CPLATFORM