travis: added execution of pytest
Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
parent
a482a86eb0
commit
e637b2c725
@ -15,9 +15,12 @@ install:
|
|||||||
- pip install .
|
- pip install .
|
||||||
# checkcode dependencies:
|
# checkcode dependencies:
|
||||||
- pip install pylint pep8 doc8 Pygments
|
- pip install pylint pep8 doc8 Pygments
|
||||||
|
# test dependencies:
|
||||||
|
- pip install pytest
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- scripts/checkcode.sh .
|
- scripts/checkcode.sh .
|
||||||
|
- pytest
|
||||||
- docker build -t kasproject/kas .
|
- docker build -t kasproject/kas .
|
||||||
- docker build -t kasproject/kas-isar -f Dockerfile.isar .
|
- docker build -t kasproject/kas-isar -f Dockerfile.isar .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user