glue/.gitlab-ci.yml

15 lines
248 B
YAML
Raw Normal View History

2016-04-07 13:55:55 +00:00
image: python:2.7
2016-04-07 13:45:17 +00:00
before_script:
2016-04-07 13:58:02 +00:00
#- apt-get update -qq && apt-get install -y -qq python python-pip
2016-04-07 13:45:17 +00:00
- python --version
2016-04-07 13:49:53 +00:00
- pip install -r requirements.txt
2016-04-07 13:45:17 +00:00
2016-04-07 13:49:53 +00:00
types:
- test
job_test:
type: test
script:
2016-04-07 13:58:02 +00:00
- python tests.py