From 776fed3ab63d74ddef6e5af1a702b10c2a30bbb6 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Fri, 3 Aug 2018 11:50:13 -0500 Subject: [PATCH] Run tests in conda build [ci skip] (#22190) * Run tests in conda build [ci skip] [ci skip] * update requirements --- conda.recipe/meta.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 2bc42c1bd2dec..f92090fecccf3 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -29,8 +29,11 @@ requirements: - pytz test: - imports: - - pandas + requires: + - pytest + commands: + - python -c "import pandas; pandas.test()" + about: home: http://pandas.pydata.org