mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
travis: deps script update 2
This commit is contained in:
@@ -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()
|
|
||||||
Reference in New Issue
Block a user