Skip to content

Commit

Permalink
travis: Install six Python library.
Browse files Browse the repository at this point in the history
The travis-ci build is broken because the Python six library is not
installed.

Signed-off-by: Russell Bryant <[email protected]>
Tested-by: Joe Stringer <[email protected]>
Acked-by: Joe Stringer <[email protected]>
  • Loading branch information
russellb committed Jan 21, 2016
1 parent f6bbff4 commit aa07423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa07423

Please sign in to comment.