Thanks Stephen

> -----Original Message-----
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Dienstag, 9. Februar 2016 02:24
> To: Tom Rini <tr...@konsulko.com>
> Cc: Simon Glass <s...@chromium.org>; u-boot@lists.denx.de; Meier, Roger
> <r.me...@siemens.com>; Daniel Schwierzeck
> <daniel.schwierz...@gmail.com>; Heiko Schocher <h...@denx.de>; Stephen
> Warren <swar...@nvidia.com>
> Subject: [PATCH 2/2] Enable test/py for sandbox in Travis CI
> 
> From: Stephen Warren <swar...@nvidia.com>
> 
> This provides runtime test coverage in Travis, in addition to the existing
> build coverage.
> 
> Signed-off-by: Stephen Warren <swar...@nvidia.com>
> ---
>  .travis.yml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 8caaeb34553e..18bf2ed4fcdb 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -16,6 +16,8 @@ addons:
>      - bc
>      - build-essential
>      - libsdl1.2-dev
> +    - python
> +    - python-virtualenv
> 
>  cache:
>   - apt
> @@ -38,6 +40,9 @@ install:
>   - echo -e "\n\n[toolchain-alias]\n${BUILDMAN_ALIAS} i386\n" >>
> ~/.buildman
>   - echo -e "${BUILDMAN_ALIAS_ARM} armv5te\n" >> ~/.buildman
>   - cat ~/.buildman
> + - virtualenv /tmp/venv
> + - . /tmp/venv/bin/activate
> + - pip install pytest
> 
>  env:
>    global:
> @@ -177,5 +182,8 @@ matrix:
>      # some statistics about the code base
>      - env:
>          - TEST_CMD="sloccount ."
> +    # test/py
> +    - env:
> +        - TEST_CMD="./test/py/test.py --bd sandbox --build"
> 
>  # TODO make it perfect ;-r
> --
> 2.7.0

Reviewed-by: Roger Meier <r.me...@siemens.com>


Best Regards
Roger

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to