Add pylint continuous integration with travis-ci

This commit is contained in:
nsubiron 2017-12-22 15:35:11 +01:00
parent fa0e4db37f
commit 4956e95347
2 changed files with 17 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install -r PythonClient/requirements.txt
- pip install pylint
script:
- pylint --errors-only --ignored-modules=ConfigParser,numpy,pygame PythonClient/carla PythonClient/*.py

View File

@ -0,0 +1,4 @@
Pillow
numpy
protobuf
pygame