Removed Gitlab CI - it requires too much set up for now

This commit is contained in:
Fabio Manganiello 2021-02-24 01:03:09 +01:00
parent 531be19a66
commit 33af368940
1 changed files with 0 additions and 15 deletions

View File

@ -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