8 lines
167 B
YAML
8 lines
167 B
YAML
language: python
|
|
python: ["3.5"]
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
- "pip install pylint"
|
|
script:
|
|
- "pylint app_service.py telematrix/*.py -E"
|