Skip to content

Commit f33a617

Browse files
Merge pull request #512 from plotly/dendrogram-bug
Dendrogram bug
2 parents f3896d6 + 22eda7f commit f33a617

File tree

7 files changed

+279
-416
lines changed

7 files changed

+279
-416
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
npm run build
109109
python setup.py sdist
110110
cd dist
111-
find . -name "*.gz" | xargs pip install --no-cache-dir --ignore-installed && cd ..
111+
find . -name "*.gz" | xargs pip install --progress-bar off --no-cache-dir --ignore-installed --quiet && cd ..
112112
pytest tests/integration
113113
114114
- run:

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ disable=print-statement,
153153
too-few-public-methods,
154154
unsubscriptable-object,
155155
unsupported-assignment-operation,
156+
bad-continuation,
156157

157158
# Enable the message, report, category or checker with the given id(s). You can
158159
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)