forked from mirrors/thatmattlove-hyperglass
💚 Remove redis-tools from installation
This commit is contained in:
parent
bac33cf5d2
commit
11a5b5ea59
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ python:
|
|||
before_install:
|
||||
- sudo add-apt-repository universe -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install -y redis-server redis-tools
|
||||
- sudo systemctl start redis-server --bind 127.0.0.1
|
||||
- sudo apt-get install -y redis-server
|
||||
- sudo systemctl start redis-server
|
||||
- sudo systemctl status redis-server
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue