Wrap Celery version specifier in quotes

This commit is contained in:
Aleksi Häkli 2019-11-08 18:03:53 +02:00 committed by Ken Cochrane
parent ef3673cd4f
commit 01dd2bc354

View file

@ -17,7 +17,7 @@ env:
services:
- redis-server
install:
- pip install coveralls mockredispy django-redis-cache celery<5
- pip install coveralls mockredispy django-redis-cache "celery<5"
- pip install -q django~=$DJANGO
- python setup.py develop
script: