Files
wiganhbc-competition/.gitlab-ci.yml
2019-07-04 17:58:03 +00:00

13 lines
158 B
YAML

image: "python:3.7"
before_script:
- python --version
- pip install -r requirements.txt
stages:
- test
test:
stage: test
script:
- pytest tests