only lint for python errors

This commit is contained in:
Luke Robles 2017-08-17 16:24:29 -07:00
parent fe24e28e28
commit 9c40975d26

View File

@ -11,7 +11,7 @@ stages:
linting_python: linting_python:
stage: test stage: test
script: script:
- pylint app/*.py - pylint -E app/*.py
only: only:
- /.*/ - /.*/
tags: tags: