glue/.gitlab-ci.yml
2016-04-07 09:49:53 -04:00

13 lines
216 B
YAML

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