Skip to content

Commit

Permalink
Do we need to install django-kombu? But shouldn't this be a dependenc…
Browse files Browse the repository at this point in the history
…y of django-celery? My head hurts.
  • Loading branch information
palewire committed Jan 21, 2016
1 parent ca7251a commit 0b66526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
# Required library dependencies
- pip install boto six
# Optional library dependencies
- pip install celery django-celery
- pip install celery django-celery django-kombu
# The version of Django being tested against
- pip install -q Django==$DJANGO_VERSION

Expand Down

0 comments on commit 0b66526

Please sign in to comment.