carla/.travis.yml

14 lines
241 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install -r PythonClient/requirements.txt
- pip install pylint
script:
2017-12-22 22:53:16 +08:00
- pylint --errors-only --rcfile=PythonClient/.pylintrc PythonClient/carla PythonClient/*.py