travis: added execution of pytest

Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
Claudius Heine 2017-07-05 16:27:41 +02:00 committed by Daniel Wagner
parent a482a86eb0
commit e637b2c725

View File

@ -15,9 +15,12 @@ install:
- pip install .
# checkcode dependencies:
- pip install pylint pep8 doc8 Pygments
# test dependencies:
- pip install pytest
script:
- scripts/checkcode.sh .
- pytest
- docker build -t kasproject/kas .
- docker build -t kasproject/kas-isar -f Dockerfile.isar .