We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9158d7b + eab895d commit d7f4e79Copy full SHA for d7f4e79
2 files changed
conda.recipe/dev/meta.yaml
@@ -30,11 +30,12 @@ test:
30
imports:
31
- paramnormal
32
33
- # commands:
34
- # - PWD=`pwd`; echo $PWD
+ commands:
+ - python -c "import paramnormal; paramnormal.test()"
35
36
requires:
37
- nose
38
+ - seaborn
39
40
about:
41
home: http://phobson.github.io/paramnormal/
conda.recipe/stable/meta.yaml
0 commit comments