Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
rq need redis-server
Browse files Browse the repository at this point in the history
  • Loading branch information
inkhey committed May 15, 2018
1 parent 968163b commit 078bb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:

services:
- docker
- redis-server

before_install:
- docker pull mailhog/mailhog
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on Debian Stretch (9) with sudo:
sudo apt update
sudo apt install git
sudo apt install python3 python3-venv python3-dev python3-pip
sudo apt install redis-server

### Get the source ###

Expand Down

0 comments on commit 078bb35

Please sign in to comment.