1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/.travis.yml
2019-06-16 13:04:47 -07:00

14 lines
291 B
YAML

language: python
python:
- "3.6"
before_install:
- sudo apt-get update -q
- sudo apt-get install -y redis
- pip3 install black
install:
- pip3 install -r requirements.txt
- pip3 install gunicorn
- pip3 install pylint
before_script:
- black hyperglass/
- pylint hyperglass/