Add pylint continuous integration with travis-ci
This commit is contained in:
parent
fa0e4db37f
commit
4956e95347
|
@ -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
|
|
@ -0,0 +1,4 @@
|
|||
Pillow
|
||||
numpy
|
||||
protobuf
|
||||
pygame
|
Loading…
Reference in New Issue