vnpy/.travis.yml

13 lines
287 B
YAML
Raw Normal View History

2019-01-07 06:20:39 +00:00
language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
- pip install -r requirements-travis.txt
- pip install -r requirements-dev.txt
# command to run tests
script:
- yapf --style .style.yapf
- pylint --rcfile=.pylintrc vnpy
- python tests/test_all.py