Files
options_backtester/.travis.yml
T
2020-03-20 14:23:49 -03:00

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