travis: deps script update 2

This commit is contained in:
checktheroads 2019-06-16 17:26:27 -07:00
parent 34cab77b91
commit 3d02f86653
2 changed files with 3 additions and 10 deletions

View file

@ -2,7 +2,9 @@ language: python
python:
- "3.6"
before_install:
- sudo bash ./ci/ci_dependencies.sh
- sudo add-apt-repository universe -y
- sudo apt-get update -q
- sudo apt-get install -y redis
- pip3 install black
- pip3 install pylint
install:

View file

@ -1,9 +0,0 @@
#!/bin/bash
install_dependencies() {
add-apt-repository universe
apt-get update -q
apt-get install -y redis
}
install_dependencies()