vnpy/.travis.yml
nanoric 8bb0bb5fbf [Mod] 再次进行一些格式修改
[Add] 增加对binding和tests的代码质量检查
[Add] 更新README.md
2019-01-24 09:06:31 -04:00

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