grim/pyparser

Add local-pipelines.yml that runs the tests with the python:3, python:2, and python:3.6 images
syntax: glob
*.pyc
.*.swp
syntax: regexp
^\.cache\/
^\.coverage$
^.+\.egg-info\/
\.Python
^build\/
^coverage\.xml$
^dist\/
^venv\/