Skip to content

Commit d7f4e79

Browse files
committed
Merge pull request #28 from phobson/final-conda-recipes
finsih conda recipe with tests
2 parents 9158d7b + eab895d commit d7f4e79

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

conda.recipe/dev/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ test:
3030
imports:
3131
- paramnormal
3232

33-
# commands:
34-
# - PWD=`pwd`; echo $PWD
33+
commands:
34+
- python -c "import paramnormal; paramnormal.test()"
3535

3636
requires:
3737
- nose
38+
- seaborn
3839

3940
about:
4041
home: http://phobson.github.io/paramnormal/

conda.recipe/stable/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ test:
3030
imports:
3131
- paramnormal
3232

33-
# commands:
34-
# - PWD=`pwd`; echo $PWD
33+
commands:
34+
- python -c "import paramnormal; paramnormal.test()"
3535

3636
requires:
3737
- nose
38+
- seaborn
3839

3940
about:
4041
home: http://phobson.github.io/paramnormal/

0 commit comments

Comments
 (0)