Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit959182d

Browse files
committed
setup.py: List 'seaborn' as 'test' dependency
Used in Parameter\ Heatmap.ipynb
1 parentcc921ef commit959182d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ before_install:
3939
-set -e
4040

4141
install:
42-
-pip install .
42+
-pip install .[test]
4343

4444
script:
4545
-BOKEH_BROWSER=none time catchsegv python setup.py test

‎setup.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ def _discover_tests():
4040
'jupytext >= 0.7.0',
4141
'nbconvert',
4242
],
43+
'test': [
44+
'seaborn',
45+
]
4346
},
4447
test_suite="setup._discover_tests",
4548
python_requires='>=3.4',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp