only lint for python errors

This commit is contained in:
Luke Robles 2017-08-17 16:24:29 -07:00
parent 59750ec040
commit eae9ba7d86

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: