Skip to content

Commit

Permalink
Travis: Added python plugins flake8 and hacking.
Browse files Browse the repository at this point in the history
Travis builds will now automatically run flake8 and hacking checks against
Python code and generate warnings.

Signed-off-by: William Townsend <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Flavio Fernandes <[email protected]>
  • Loading branch information
wtownsend9666 authored and blp committed Jul 2, 2016
1 parent 52654c4 commit e37ef16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/linux-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +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
pip install --disable-pip-version-check --user six flake8 hacking

0 comments on commit e37ef16

Please sign in to comment.