diff options
author | 2016-07-02 09:45:39 +0100 | |
---|---|---|
committer | 2016-07-02 09:45:39 +0100 | |
commit | 9b746ab8ae60e858b6872c69be5a79822c9d64d3 (patch) | |
tree | a10bd424e31e6f60d253aa78b3c25d022973e024 /.travis.yml | |
parent | Fix new location of repoman script (diff) | |
download | sci-9b746ab8ae60e858b6872c69be5a79822c9d64d3.tar.gz sci-9b746ab8ae60e858b6872c69be5a79822c9d64d3.tar.bz2 sci-9b746ab8ae60e858b6872c69be5a79822c9d64d3.zip |
Install missing dependency
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2a2244963..cc43e780b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: - PORTAGE_VER="2.3.0" before_install: - sudo apt-get -qq update + - pip install lxml before_script: - mkdir travis-overlay - mv !(travis-overlay) travis-overlay/ |