glue/.gitlab-ci.yml

13 lines
216 B
YAML
Raw Normal View History

2016-04-07 13:45:17 +00:00
before_script:
- apt-get update -qq && apt-get install -y -qq python
- 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:
- python test.py