From 0deb21edb80761c9fc59864f570b43b1635bf518 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sun, 6 Sep 2015 12:57:23 -0400 Subject: [PATCH] update conda recipe to make import only tests --- .binstar.yml | 2 +- conda.recipe/meta.yaml | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.binstar.yml b/.binstar.yml index c70add11c55b0..7b507b4f90049 100644 --- a/.binstar.yml +++ b/.binstar.yml @@ -15,7 +15,7 @@ platform: - win-64 engine: - python=2.7 - #- python=3.4 + - python=3.4 script: - conda build conda.recipe --quiet diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 6f0fd4fda47a3..2c4177f9e9984 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -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