test integration
This commit is contained in:
parent
8b69141014
commit
c06e53f8d9
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
||||
python_test:
|
||||
image: python:3.8.5
|
||||
script:
|
||||
- pip install --upgrade pip
|
||||
- pip install coverage
|
||||
- coverage run --source=src -m unittest discover
|
||||
- coverage report
|
Loading…
Reference in New Issue
Block a user