Skip to content

Commit

Permalink
Merge pull request #28 from phobson/final-conda-recipes
Browse files Browse the repository at this point in the history
finsih conda recipe with tests
  • Loading branch information
phobson committed Jan 24, 2016
2 parents 9158d7b + eab895d commit d7f4e79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions conda.recipe/dev/meta.yaml
Expand Up @@ -30,11 +30,12 @@ test:
imports:
- paramnormal

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

requires:
- nose
- seaborn

about:
home: http://phobson.github.io/paramnormal/
Expand Down
5 changes: 3 additions & 2 deletions conda.recipe/stable/meta.yaml
Expand Up @@ -30,11 +30,12 @@ test:
imports:
- paramnormal

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

requires:
- nose
- seaborn

about:
home: http://phobson.github.io/paramnormal/
Expand Down

0 comments on commit d7f4e79

Please sign in to comment.