1
0
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:
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: