Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ addons:
- mongodb-org-server=4.0.*
- mongodb-org-shell=4.0.*
- rabbitmq-server
- redis-server
- libffi-dev

cache:
Expand Down
2 changes: 1 addition & 1 deletion conf/st2.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ protocol = udp
# - etcd3gw
# Keep in mind that zake driver works in process so it won't work when testing cross process
# / cross server functionality
#url = redis://localhost
#url = kazoo://localhost
url = redis://127.0.0.1:6379

[webui]
# webui_base_url = https://mywebhost.domain
Expand Down
9 changes: 8 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ webtest==2.0.25
rstcheck>=3.3.1,<3.4
tox==3.14.1
pyrabbit
pip-tools # For pip-compile, to check for version conflicts

# For pip-compile, to check for version conflicts
pip-tools

# A number of workflow use cases such as parallel branches, join, and with items task require
# coordination service to be setup. Redis server is used as the default backend for the
# coordination service.
redis