Skip to content

Commit 0deb21e

Browse files
committed
update conda recipe to make import only tests
1 parent 9f108ff commit 0deb21e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.binstar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platform:
1515
- win-64
1616
engine:
1717
- python=2.7
18-
#- python=3.4
18+
- python=3.4
1919
script:
2020
- conda build conda.recipe --quiet
2121

conda.recipe/meta.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ requirements:
2626
- pytz
2727

2828
test:
29-
requires:
30-
- nose
29+
imports:
30+
- pandas
3131

32-
commands:
33-
- nosetests --exe -A "not slow and not network and not disabled" pandas
32+
#requires:
33+
# - nose
34+
35+
#commands:
36+
# - nosetests --exe -A "not slow and not network and not disabled" pandas
3437

3538
about:
3639
home: http://pandas.pydata.org

0 commit comments

Comments
 (0)