remove unused file

This commit is contained in:
Andreas Zweili 2022-02-07 21:43:55 +01:00
parent f4b41c4716
commit c8b8c83d8b
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
language: python
services:
- docker
before_install:
- cp .env-example .env
- docker-compose build
script:
- make test
branches:
only:
- master