mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 16:30:55 +08:00
Added travis config.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install pipenv
|
||||
- make install
|
||||
|
||||
script:
|
||||
- make lint
|
||||
- make test
|
||||
- make test_notebook
|
||||
Reference in New Issue
Block a user