mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Wrap Celery version specifier in quotes
This commit is contained in:
parent
ef3673cd4f
commit
01dd2bc354
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue