Skip to content

Commit

Permalink
BLD: Updated conda files. Adds support for windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Apr 14, 2014
1 parent 5dbedfd commit 89ba2a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/ta-lib/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
%SYS_PYTHON% setup.py build --compiler msvc
%SYS_PYTHON% setup.py install --prefix=%PREFIX%
6 changes: 6 additions & 0 deletions conda/zipline/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ source:
requirements:
build:
- python
run:
- pytz
- requests
- numpy
Expand All @@ -34,6 +35,11 @@ test:
imports:
- zipline

test:
# Python imports
imports:
- zipline

about:
home: https://github.com/quantopian/zipline
license: Apache Software License
Expand Down

0 comments on commit 89ba2a6

Please sign in to comment.