8000 Remove codecov and coverage from CircleCI setup · matplotlib/matplotlib@62222d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62222d1

Browse files
committed
Remove codecov and coverage from CircleCI setup
1 parent dccf2ea commit 62222d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ commands:
9898
name: Install Python dependencies
9999
command: |
100100
python -m pip install --user \
101-
numpy<< parameters.numpy_version >> codecov coverage \
101+
numpy<< parameters.numpy_version >> \
102102
-r requirements/doc/doc-requirements.txt
103103
python -m pip install --no-deps --user \
104104
git+https://github.com/matplotlib/mpl-sphinx-theme.git

0 commit comments

Comments
 (0)
0