Skip to content
Snippets Groups Projects

Master

2 files
+ 18
1
Compare changes
  • Side-by-side
  • Inline

Files

.gitlab-ci.yml 0 → 100644
+ 10
0
 
image: "python:3.7"
 
 
before_script:
 
- pip install -r requirements.txt
 
 
test:
 
script:
 
- pytest
 
tags:
 
- docker
Loading