File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,14 @@ sphinx_conf_epilogue:
31
31
32
32
intersphinx_mapping :
33
33
- ' "tox": ("https://tox.readthedocs.io/en/latest/", None)'
34
+
35
+ classifiers :
36
+ - ' Development Status :: 3 - Alpha'
37
+ - ' Framework :: tox'
38
+ - ' Intended Audience :: Developers'
39
+ - ' Topic :: Software Development :: Testing'
40
+
41
+ keywords :
42
+ - tox
43
+
44
+ min_coverage : 90
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = tox-recreate-hook
11
11
author = Dominic Davis-Foster
12
12
13
13
license = MIT License
14
- keywords =
14
+ keywords = tox
15
15
long_description = file: README.rst
16
16
long_description_content_type = text/x-rst
17
17
platforms = Windows, macOS, Linux
@@ -21,6 +21,9 @@ project_urls =
21
21
Issue Tracker = https://github.com/domdfcoding/tox-recreate-hook/issues
22
22
Source Code = https://github.com/domdfcoding/tox-recreate-hook
23
23
classifiers =
24
+ Development Status :: 3 - Alpha
25
+ Framework :: tox
26
+ Intended Audience :: Developers
24
27
License :: OSI Approved :: MIT License
25
28
Operating System :: OS Independent
26
29
Programming Language :: Python
@@ -29,7 +32,7 @@ classifiers =
29
32
Programming Language :: Python :: 3.8
30
33
Programming Language :: Python :: 3.9
31
34
Programming Language :: Python :: Implementation :: CPython
32
- Programming Language :: Python :: Implementation :: PyPy
35
+ Topic :: Software Development :: Testing
33
36
Typing :: Typed
34
37
35
38
[options]
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ count = True
133
133
plugins = coverage_pyver_pragma
134
134
135
135
[coverage:report]
136
- fail_under = 80
136
+ fail_under = 90
137
137
exclude_lines =
138
138
raise AssertionError
139
139
raise NotImplementedError
You can’t perform that action at this time.
0 commit comments