celigo/.gitlab-ci.yml
2016-05-19 10:56:50 -04:00

15 lines
242 B
YAML

image: python:2.7
before_script:
#- apt-get update -qq && apt-get install -y -qq python python-pip
- python --version
- pip install -r requirements.txt
types:
- test
job_test:
type: test
script:
- make test