Skip to content
Snippets Groups Projects
Commit 07bf2122 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

Enable test/py for sandbox in Travis CI


This provides runtime test coverage in Travis, in addition to the existing
build coverage.

Signed-off-by: Stephen Warren's avatarStephen Warren <swarren@nvidia.com>
Reviewed-by: default avatarRoger Meier <r.meier@siemens.com>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
Acked-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 06088b04
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment