commit: 1acad2ed7358f0195722d4205a09d74a5a1728b6
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 02:36:38 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1acad2ed
.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