Skip to content

Commit e13d3f1

Browse files
committed
Updated config files.
1 parent ed43eb7 commit e13d3f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: repo_helper.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ version: '0.5.5'
99
license: 'MIT'
1010
short_desc: 'Utilities to augment attrs.'
1111

12+
min_coverage: 95
13+
1214
conda_channels:
1315
- conda-forge
1416

@@ -55,9 +57,7 @@ third_party_version_matrix:
5557
- 19.3
5658
- 20.1
5759
- 20.2
58-
- latest
60+
- latest # 20.3
5961

6062
tox_unmanaged:
6163
- pytest
62-
63-
min_coverage: 95

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ name_mapping =
183183
allowed_unused =
184184
toolz
185185
186-
[testenv:pypy3-attrs{19.3,20.1,20.2,latest}]
186+
[testenv:pypy3{6,7}-attrs{19.3,20.1,20.2,latest}]
187187
commands =
188188
python --version
189189
python -m pytest --cov=attr_utils -r aR tests/ {posargs} --cov-config=.pypycoveragerc

0 commit comments

Comments
 (0)