travis: Install six Python library.
authorRussell Bryant <russell@ovn.org>
Thu, 21 Jan 2016 19:07:50 +0000 (14:07 -0500)
committerRussell Bryant <russell@ovn.org>
Thu, 21 Jan 2016 20:41:55 +0000 (15:41 -0500)
The travis-ci build is broken because the Python six library is not
installed.

Signed-off-by: Russell Bryant <russell@ovn.org>
Tested-by: Joe Stringer <joe@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
.travis/prepare.sh

index cfc1b17..752be9f 100755 (executable)
@@ -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 --disable-pip-version-check --user six