FEATURE: Add test execution to gitlab

This commit is contained in:
Daniel Siepmann 2017-05-19 15:13:22 +02:00
parent 3167bbe264
commit 44004f916b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

14
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,14 @@
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