[ovs-dev] [PATCH] travis: Install six Python library.

Russell Bryant russell at ovn.org
Thu Jan 21 19:11:26 UTC 2016


The travis-ci build is broken because the Python six library is not
installed.

Signed-off-by: Russell Bryant <russell at ovn.org>
---
 .travis/prepare.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis/prepare.sh b/.travis/prepare.sh
index cfc1b17..385849a 100755
--- a/.travis/prepare.sh
+++ b/.travis/prepare.sh
@@ -2,3 +2,4 @@
 
 git clone git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
 cd sparse && make && make install && cd ..
+pip install six
-- 
2.5.0




More information about the dev mailing list