mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 18:43:27 +08:00
15 lines
161 B
YAML
15 lines
161 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
install:
|
|
- pip install pipenv
|
|
- make install
|
|
|
|
before_script:
|
|
- make lint
|
|
|
|
script:
|
|
- make test
|
|
- make test_notebook
|