Skip to content

Commit 9c5fdbc

Browse files
committed
Tidy up repo_helper.yml
1 parent 450d879 commit 9c5fdbc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

repo_helper.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ version: '0.1.0'
99
license: 'MIT'
1010
short_desc: '(experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
1111

12+
min_coverage: 90
13+
use_whey: true
1214
enable_conda: False
15+
sphinx_html_theme: furo
16+
standalone_contrib_guide: true
17+
docs_fail_on_warning: true
1318

1419
python_versions:
1520
- 3.7
@@ -21,10 +26,6 @@ entry_points:
2126
tox:
2227
- recreate = tox_recreate_hook
2328

24-
sphinx_html_theme: furo
25-
standalone_contrib_guide: true
26-
docs_fail_on_warning: true
27-
2829
sphinx_conf_epilogue:
2930
- nitpicky = True
3031

@@ -41,6 +42,3 @@ classifiers:
4142

4243
keywords:
4344
- tox
44-
45-
min_coverage: 90
46-
use_whey: true

0 commit comments

Comments
 (0)