Skip to content

Commit acf86b2

Browse files
author
Jeff Whitaker
committed
update
1 parent 221c38e commit acf86b2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
pip>22.1.2
12
check-manifest
23
coverage
34
coveralls
45
cython>0.26.1
56
pytest
7+
pytest-cov
68
sphinx
79
twine
810
wheel

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ addopts =
44
-ra
55
-v
66
--doctest-modules
7-
# --cov-config .coveragerc
8-
# --cov=cftime
9-
# --cov-report term-missing
7+
--cov-config .coveragerc
8+
--cov=cftime
9+
--cov-report term-missing
1010
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
1111

1212
[check-manifest]

0 commit comments

Comments
 (0)