Skip to content

Commit 3acad32

Browse files
nose takes a path to tests, so added source_files and changed the call to nose
1 parent 435813e commit 3acad32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ requirements:
2828
- six
2929

3030
test:
31-
commands:
32-
- nosetests -v mkl
3331
requires:
3432
- nose
3533
imports:
3634
- mkl
35+
commands:
36+
- nosetests -v tests
37+
source_files:
38+
- tests
3739

3840
about:
3941
home: http://github.com/IntelPython/mkl-service

0 commit comments

Comments
 (0)