forked from mirrors/thatmattlove-hyperglass
travis: deps script update 1
This commit is contained in:
parent
d7d06b20ee
commit
34cab77b91
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ language: python
|
|||
python:
|
||||
- "3.6"
|
||||
before_install:
|
||||
- bash ./ci/ci_dependencies.sh
|
||||
- sudo bash ./ci/ci_dependencies.sh
|
||||
- pip3 install black
|
||||
- pip3 install pylint
|
||||
install:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
install_dependencies() {
|
||||
sudo add-apt-repository universe
|
||||
sudo apt-get update -q
|
||||
sudo apt-get install -y redis
|
||||
add-apt-repository universe
|
||||
apt-get update -q
|
||||
apt-get install -y redis
|
||||
}
|
||||
|
||||
install_dependencies()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue