Skip to content

Commit eab895d

Browse files
committed
finish conda recipe with tests [ci skip]
1 parent 5dbc9ff commit eab895d

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)