lookingglass/.travis.yml
2019-06-16 17:13:02 -07:00

16 lines
325 B
YAML

language: python
python:
- "3.6"
before_install:
- 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.sh