forked from mirrors/thatmattlove-hyperglass
💚 add redis service check
This commit is contained in:
parent
4db77a3865
commit
dff7ceebb6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
language: python
|
||||
python:
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
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
|
||||
- sudo systemctl status redis-server
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue