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