Skip to content
Snippets Groups Projects
Commit 4be783b2 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Add gitlab testing.

Have chkcrontab be tested first at home.
parent 5161d890
Branches
Tags
No related merge requests found
before_script:
- python setup.py install
test:2.7:
image: python:2.7-alpine
type: test
script:
- python setup.py test
test:3.3:
image: python:3.3-alpine
type: test
script:
- python setup.py test
test:3.4:
image: python:3.4-alpine
type: test
script:
- python setup.py test
test:3.5:
image: python:3.5-alpine
type: test
script:
- python setup.py test
test:3.6:
image: python:3.6-alpine
type: test
script:
- python setup.py test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment