Skip to content

Commit 88414c0

Browse files
committed
Add requirements, add pytest-cov
1 parent 01bb303 commit 88414c0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

requirements/build.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
python
2-
setuptools

requirements/run.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy
2-
pycifrw
1+
numpy
2+
pycifrw

requirements/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ flake8
22
pytest
33
codecov
44
coverage
5+
pytest-cov
56
pytest-env

0 commit comments

Comments
 (0)