Removed Gitlab CI - it requires too much set up for now
This commit is contained in:
parent
531be19a66
commit
33af368940
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
default:
|
|
||||||
image: python:3.9
|
|
||||||
before_script:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y python3-pip
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- test
|
|
||||||
|
|
||||||
test:
|
|
||||||
script:
|
|
||||||
- coverage run -m pytest
|
|
||||||
- coverage report
|
|
||||||
|
|
Loading…
Reference in a new issue