vnpy/.travis.yml
nanoric ed1758a26a [Add] use flake8
[Mod] use black instead of yapf
2019-01-24 09:06:31 -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/check_format.py
- pylint --rcfile=.pylintrc vnpy
- python tests/test_all.py