travis: added codecheck.sh

Added automatic execution of the checkcode.sh script by travis.

Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
Claudius Heine 2017-06-28 14:48:43 +02:00 committed by Daniel Wagner
parent 1ef50b559a
commit c1f2902b21

View File

@ -1,9 +1,23 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
sudo: required
services:
- docker
install:
# install kas to have all kas dependencies:
- pip install .
# checkcode dependencies:
- pip install pylint pep8 Pygments
script:
- scripts/checkcode.sh .
- docker build -t kasproject/kas .
after_success: