1
0
mirror of https://github.com/daniviga/bite.git synced 2025-04-20 14:31:20 +02:00

Run python check in parallel with django

This commit is contained in:
Daniele Viganò 2020-06-26 17:58:46 +02:00
parent ab7c10dcd1
commit 1fa67c7ec9
Signed by: dani
GPG Key ID: DB49AFC03C40EE02

View File

@ -43,7 +43,6 @@ jobs:
script:
- docker-compose -f docker/docker-compose.yml exec bite python manage.py test
- stage: django
env: python
install:
- pip3 -q install flake8
script: