vnpy/.travis.yml
2019-01-19 02:14:10 -04:00

13 lines
300 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/format_check.py
- pylint --rcfile=.pylintrc vnpy
- python tests/test_all.py