forked from mirrors/thatmattlove-hyperglass
travis: deps script update 3
This commit is contained in:
parent
3d02f86653
commit
242b6f20c3
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ python:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository universe -y
|
- sudo add-apt-repository universe -y
|
||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
- sudo apt-get install -y redis
|
- sudo apt-get install -y redis-server redis-tools
|
||||||
|
- sudo systemctl start redis-server
|
||||||
- pip3 install black
|
- pip3 install black
|
||||||
- pip3 install pylint
|
- pip3 install pylint
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue