neotags/.gitlab-ci.yml

15 lines
255 B
YAML
Raw Normal View History

2017-05-19 15:13:22 +02:00
lint:coding-guideline:
image: python:3-alpine
before_script:
- pip install pep8
script:
- pep8 .
test:
image: python:3-alpine
before_script:
- pip install neovim
- cd rplugin
script:
- python -m unittest test.test_neotags