We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f108ff commit 0deb21eCopy full SHA for 0deb21e
.binstar.yml
@@ -15,7 +15,7 @@ platform:
15
- win-64
16
engine:
17
- python=2.7
18
- #- python=3.4
+ - python=3.4
19
script:
20
- conda build conda.recipe --quiet
21
conda.recipe/meta.yaml
@@ -26,11 +26,14 @@ requirements:
26
- pytz
27
28
test:
29
- requires:
30
- - nose
+ imports:
+ - pandas
31
32
- commands:
33
- - nosetests --exe -A "not slow and not network and not disabled" pandas
+ #requires:
+ # - nose
34
+
35
+ #commands:
36
+ # - nosetests --exe -A "not slow and not network and not disabled" pandas
37
38
about:
39
home: http://pandas.pydata.org
0 commit comments