Skip to content

Commit e11e2ef

Browse files
committed
formatting
1 parent ee43828 commit e11e2ef

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

scripts/populate_tox/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ the main package (framework, library) to test with; any additional test
3636
dependencies, optionally gated behind specific conditions; and optionally
3737
the Python versions to test on.
3838

39-
Constraints are defined using the format specified below. The following sections describe each key.
39+
Constraints are defined using the format specified below. The following sections
40+
describe each key.
4041

4142
```
4243
integration_name: {
@@ -159,7 +160,9 @@ be expressed like so:
159160

160161
### `prereleases`
161162

162-
By default, we ignore all prereleases but the newest one. Some packages only have prereleases though. When `prereleases` is set to `True`, we will consider prereleases just like we do normal releases and they will not be filtered out.
163+
By default, we ignore all prereleases but the newest one. Some packages only have
164+
prereleases though. When `prereleases` is set to `True`, we will consider
165+
prereleases just like we do normal releases and they will not be filtered out.
163166

164167
```python
165168
"common": {
@@ -172,9 +175,9 @@ By default, we ignore all prereleases but the newest one. Some packages only hav
172175

173176
### `test_on_all_python_versions`
174177

175-
By default, the script will cherry-pick a few Python versions to test each integration on.
176-
If you want a test suite to run on all supported Python versions instead, set
177-
`test_on_all_python_versions=True`.
178+
By default, the script will cherry-pick a few Python versions to test each
179+
integration on. If you want a test suite to run on all supported Python versions
180+
instead, set `test_on_all_python_versions` to `True`.
178181

179182
```python
180183
"common": {

0 commit comments

Comments
 (0)