Skip to content

Commit 309ee6d

Browse files
committed
Add pytest to requirements
1 parent c61bac6 commit 309ee6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: conda-recipe/meta.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ requirements:
2929
- setuptools
3030
- numpy >=1.3
3131

32+
test:
33+
- python >=3.5|2.7.*
34+
- setuptools
35+
- numpy >=1.3
36+
- pytest
37+
3238
test:
3339
# Python imports
3440
imports:

0 commit comments

Comments
 (0)