Skip to content

Commit

Permalink
update conda recipe to make import only tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Sep 6, 2015
1 parent 9f108ff commit 0deb21e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .binstar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform:
- win-64
engine:
- python=2.7
#- python=3.4
- python=3.4
script:
- conda build conda.recipe --quiet

Expand Down
11 changes: 7 additions & 4 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ requirements:
- pytz

test:
requires:
- nose
imports:
- pandas

commands:
- nosetests --exe -A "not slow and not network and not disabled" pandas
#requires:
# - nose

#commands:
# - nosetests --exe -A "not slow and not network and not disabled" pandas

about:
home: http://pandas.pydata.org
Expand Down

0 comments on commit 0deb21e

Please sign in to comment.