This commit is contained in:
Sijmen Schoon 2016-11-16 14:47:13 +01:00
parent 6ef0a343c8
commit a1ca8d48cd
2 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ install:
- "pip install -r requirements.txt"
- "pip install pylint"
script:
- "pylint app_service.py -E"
- "pylint app_service.py telematrix/*.py -E"