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:
parent
1ef50b559a
commit
c1f2902b21
14
.travis.yml
14
.travis.yml
@ -1,9 +1,23 @@
|
|||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
install:
|
||||||
|
# install kas to have all kas dependencies:
|
||||||
|
- pip install .
|
||||||
|
# checkcode dependencies:
|
||||||
|
- pip install pylint pep8 Pygments
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- scripts/checkcode.sh .
|
||||||
- docker build -t kasproject/kas .
|
- docker build -t kasproject/kas .
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user