Skip to content

Commit 1cd4546

Browse files
committed
Bugfix setup.cfg
1 parent 3f0de43 commit 1cd4546

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.cfg

+5-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ exclude =
4747
# PDF = ReportLab; RXP
4848
# Add here test requirements (semicolon/line-separated)
4949

50+
testing =
51+
pytest
52+
pytest-cov
53+
5054
[options.entry_points]
5155
# Add here console scripts like:
5256
# console_scripts =
@@ -59,9 +63,7 @@ exclude =
5963
# awesome = pyscaffoldext.awesome.extension:AwesomeExtension
6064

6165
# Add here test requirements (semicolon/line-separated)
62-
testing =
63-
pytest
64-
pytest-cov
66+
6567

6668
[test]
6769
# py.test options when running `python setup.py test`

0 commit comments

Comments
 (0)