We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450d879 commit 9c5fdbcCopy full SHA for 9c5fdbc
repo_helper.yml
@@ -9,7 +9,12 @@ version: '0.1.0'
9
license: 'MIT'
10
short_desc: '(experimental) Allows hooks to be defined which are called when recreating a tox testenv.'
11
12
+min_coverage: 90
13
+use_whey: true
14
enable_conda: False
15
+sphinx_html_theme: furo
16
+standalone_contrib_guide: true
17
+docs_fail_on_warning: true
18
19
python_versions:
20
- 3.7
@@ -21,10 +26,6 @@ entry_points:
21
26
tox:
22
27
- recreate = tox_recreate_hook
23
28
24
-sphinx_html_theme: furo
25
-standalone_contrib_guide: true
-docs_fail_on_warning: true
-
29
sphinx_conf_epilogue:
30
- nitpicky = True
31
@@ -41,6 +42,3 @@ classifiers:
41
42
43
keywords:
44
- tox
45
-min_coverage: 90
46
-use_whey: true
0 commit comments