From 654c194c4fcd33d0d71a50215f2bdeabb638fdaa Mon Sep 17 00:00:00 2001 From: Kurt Smith Date: Fri, 5 Feb 2016 12:53:02 -0800 Subject: [PATCH] Tweaks to meta.yaml for py35. --- conda.recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index c5e027c4f..0017947a1 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -35,7 +35,7 @@ test: - h5py - pytables >=3.0.0 - sqlalchemy >=0.8.0 - - bcolz + - bcolz # [not (win and py35)] - pymongo >=2.8,<3 # [not py35] - dask - paramiko @@ -46,9 +46,10 @@ test: - pip - pymysql - psycopg2 # [unix] + - sas7bdat commands: - - pip install sas7bdat && py.test -vx --pyargs odo -rsxX + - py.test -vx --pyargs odo -rsxX about: home: https://github.com/blaze/odo/