This commit is contained in:
2019-07-04 19:36:24 +01:00

13
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,13 @@
image: "python:3.7"
before_script:
- python --version
- pip install -r requirements.txt
stages:
- test
test:
stage: test
script:
- pytest tests