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 221c38e commit acf86b2Copy full SHA for acf86b2
requirements-dev.txt
@@ -1,8 +1,10 @@
1
+pip>22.1.2
2
check-manifest
3
coverage
4
coveralls
5
cython>0.26.1
6
pytest
7
+pytest-cov
8
sphinx
9
twine
10
wheel
setup.cfg
@@ -4,9 +4,9 @@ addopts =
-ra
-v
--doctest-modules
-# --cov-config .coveragerc
-# --cov=cftime
-# --cov-report term-missing
+ --cov-config .coveragerc
+ --cov=cftime
+ --cov-report term-missing
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
11
12
[check-manifest]
0 commit comments