commit:     5bbe149fa5ace7d31fc7109b4571ac6009f91772
Author:     Manuel RĂ¼ger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 22:44:18 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 01:42:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=5bbe149f

travis: Install xmllint for repoman test suite

Otherwise repoman/pym/repoman/tests/simple/test_simple.py doesn't run
all tests

Closes: https://github.com/gentoo/portage/pull/291

 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 94ed2dcb1..9313fc645 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ python:
 
 # command to install dependencies
 install:
+    - sudo apt-get update -qq
+    - sudo apt-get install -y libxml2-utils
     - pip install lxml
     # python3.6+ has sha3 built-in, for older versions install pysha3
     # (except for pypy where pysha3 is broken)

Reply via email to