commit: 9c02e8afd218b5d039f3312c278e37d4cd816967
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 02:36:38 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May 15 08:39:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9c02e8af
.travis.yml: Add lxml dependency
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 214bf4c..53e60bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,10 @@ python:
- 3.4
- 3.5
- pypy
+
+# command to install dependencies
+install: "pip install lxml"
+
script:
- ./setup.py test
- ./setup.py install --root=/tmp/install-root