diff --git a/conda/ta-lib/bld.bat b/conda/ta-lib/bld.bat new file mode 100644 index 00000000..7c933e4f --- /dev/null +++ b/conda/ta-lib/bld.bat @@ -0,0 +1,2 @@ +%SYS_PYTHON% setup.py build --compiler msvc +%SYS_PYTHON% setup.py install --prefix=%PREFIX% diff --git a/conda/zipline/meta.yaml b/conda/zipline/meta.yaml index 78c5ae51..97b7ef29 100644 --- a/conda/zipline/meta.yaml +++ b/conda/zipline/meta.yaml @@ -10,6 +10,7 @@ source: requirements: build: - python + run: - pytz - requests - numpy @@ -34,6 +35,11 @@ test: imports: - zipline +test: + # Python imports + imports: + - zipline + about: home: https://github.com/quantopian/zipline license: Apache Software License