vnpy/.travis.yml

12 lines
258 B
YAML
Raw Normal View History

2019-01-07 06:20:39 +00:00
language: python
python:
- "3.6"
2019-01-07 06:20:39 +00:00
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
2019-01-24 13:18:20 +00:00
- pip install -r tools/ci/requirements.txt
2019-01-07 06:20:39 +00:00
# command to run tests
script:
- python tools/ci/check_all.py
2019-01-07 06:20:39 +00:00
- python tests/test_all.py