8bb0bb5fbf
[Add] 增加对binding和tests的代码质量检查 [Add] 更新README.md
12 lines
262 B
YAML
12 lines
262 B
YAML
language: python
|
|
python:
|
|
- "3.7-dev"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- pip install -r tools/ci/requirements.txt
|
|
- pip install -r requirements-dev.txt
|
|
# command to run tests
|
|
script:
|
|
- python tools/ci/check_all.py
|
|
- python tests/test_all.py
|