1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

20 lines
464 B
YAML
Raw Normal View History

2019-06-16 13:04:47 -07:00
language: python
python:
- "3.6"
before_install:
2019-06-16 17:26:27 -07:00
- sudo add-apt-repository universe -y
- sudo apt-get update -q
2019-06-16 17:33:40 -07:00
- sudo apt-get install -y redis-server redis-tools
- sudo systemctl start redis-server
2019-06-16 17:55:29 -07:00
- pip3 install -r ./ci/requirements_dev.txt
2019-06-16 13:04:47 -07:00
install:
- pip3 install -r requirements.txt
after_install:
2019-06-16 17:13:02 -07:00
- bash ./ci/check_code.sh
before_script:
2019-06-16 20:53:09 -07:00
- bash ./ci/ci_prepare.sh
2019-06-16 17:13:02 -07:00
script:
- python3 ./ci/ci_test.py
after_script:
- bash ./ci/ci_commit.sh