lookingglass/.travis.yml
2019-06-16 17:26:27 -07:00

17 lines
366 B
YAML

language: python
python:
- "3.6"
before_install:
- sudo add-apt-repository universe -y
- sudo apt-get update -q
- sudo apt-get install -y redis
- pip3 install black
- pip3 install pylint
install:
- pip3 install -r requirements.txt
before_script:
- bash ./ci/check_code.sh
script:
- python3 ./ci/ci_test.py
after_script:
- bash ./ci/ci_commit.shs