Run DRF tests on Travis

This commit is contained in:
Bruno Alla 2020-04-29 09:13:18 +01:00
parent 29fea6efa3
commit e46c9969dd

View File

@ -19,8 +19,8 @@ matrix:
script: tox -e black-template
- name: Basic Docker
script: sh tests/test_docker.sh
- name: Docker with Celery
script: sh tests/test_docker.sh use_celery=y
- name: Extended Docker
script: sh tests/test_docker.sh use_celery=y use_drf=y
- name: Bare metal
script: sh tests/test_bare.sh use_celery=y use_compressor=y
services: