On Wed, Jun 22, 2016 at 3:48 PM, William Townsend <wtown...@redhat.com>
wrote:

> Travis builds will now automatically run flake8 and hacking checks against
> Python code and generate warnings.
>
> Signed-off-by: William Townsend <wtown...@redhat.com>
>
>
Acked-by: Flavio Fernandes <fla...@flaviof.com>


> ---
> v2:
> * Dropped change to .travis.yml, addition of $HOME/.location/bin to $PATH
>   not needed.
>
> v3:
> * Moved both packages to the one pip install line.
>
>  .travis/linux-prepare.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis/linux-prepare.sh b/.travis/linux-prepare.sh
> index 752be9f..f66146b 100755
> --- a/.travis/linux-prepare.sh
> +++ b/.travis/linux-prepare.sh
> @@ -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
> --
> 2.5.5
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to