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