Skip to content

Commit

Permalink
Run tests in conda build [ci skip] (#22190)
Browse files Browse the repository at this point in the history
* Run tests in conda build [ci skip]

[ci skip]

* update requirements
  • Loading branch information
TomAugspurger authored Aug 3, 2018
1 parent 75ad42e commit 776fed3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ requirements:
- pytz

test:
imports:
- pandas
requires:
- pytest
commands:
- python -c "import pandas; pandas.test()"


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

0 comments on commit 776fed3

Please sign in to comment.