vnpy/.travis.yml

13 lines
296 B
YAML
Raw Normal View History

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