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:
parent
e85d0bf5bd
commit
ab7c10dcd1
11
.travis.yml
11
.travis.yml
@ -42,14 +42,15 @@ jobs:
|
||||
- docker-compose -f docker/docker-compose.yml up -d
|
||||
script:
|
||||
- docker-compose -f docker/docker-compose.yml exec bite python manage.py test
|
||||
- stage: django
|
||||
env: python
|
||||
install:
|
||||
- pip3 -q install flake8
|
||||
script:
|
||||
- flake8 bite --exclude migrations,settings.py
|
||||
- <<: *iot-simulator
|
||||
env: IOT_TL=http
|
||||
- <<: *iot-simulator
|
||||
env: IOT_TL=mqtt
|
||||
- <<: *iot-simulator
|
||||
env: IOT_TL=ws
|
||||
- stage: python
|
||||
install:
|
||||
- pip3 -q install flake8
|
||||
script:
|
||||
- flake8 bite --exclude migrations,settings.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user