Browse Source

rq need redis-server

Guénaël Muller 6 years ago
parent
commit
078bb35779
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .travis.yml
  2. 1 0
      README.md

+ 1 - 0
.travis.yml View File

@@ -7,6 +7,7 @@ python:
7 7
 
8 8
 services:
9 9
   - docker
10
+  - redis-server
10 11
 
11 12
 before_install:
12 13
   - docker pull mailhog/mailhog

+ 1 - 0
README.md View File

@@ -19,6 +19,7 @@ on Debian Stretch (9) with sudo:
19 19
     sudo apt update
20 20
     sudo apt install git
21 21
     sudo apt install python3 python3-venv python3-dev python3-pip
22
+    sudo apt install redis-server
22 23
 
23 24
 ### Get the source ###
24 25