mirror of
https://github.com/kernc/backtesting.py.git
synced 2024-01-28 15:29:30 +03:00
setup.py: List 'seaborn' as 'test' dependency
Used in Parameter\ Heatmap.ipynb
This commit is contained in:
@@ -39,7 +39,7 @@ before_install:
|
|||||||
- set -e
|
- set -e
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .[test]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- BOKEH_BROWSER=none time catchsegv python setup.py test
|
- BOKEH_BROWSER=none time catchsegv python setup.py test
|
||||||
|
|||||||
Reference in New Issue
Block a user