Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Install celery 3 on the master branch travis.yml
Browse files Browse the repository at this point in the history
issue #109
  • Loading branch information
gjedeer committed Dec 27, 2017
1 parent 6b0bf86 commit e62ea6b
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 @@ -24,7 +24,7 @@ before_install:
# Celery
- sudo apt-get install -y python-virtualenv
- virtualenv venv
- venv/bin/pip install celery redis
- venv/bin/pip install 'celery<4' redis
- venv/bin/celery worker --config celeryamqplibconfig --workdir $PWD/testscenario --detach --pidfile celeryamqplib.pid
- venv/bin/celery worker --config celerypeclconfig --workdir $PWD/testscenario --detach --pidfile celerypecl.pid
- venv/bin/celery worker --config celeryredisconfig --workdir $PWD/testscenario --detach --pidfile celeryredis.pid
Expand Down

0 comments on commit e62ea6b

Please sign in to comment.