BLD: use new package of ta-lib

This commit is contained in:
Joe Jevnik
2016-02-18 21:07:32 -05:00
committed by Richard Frank
parent 6e0812c2f8
commit c998c0401b
4 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ before_install:
- sed -i "s/pandas==.*/pandas==$PANDAS_VERSION/" etc/requirements.txt
- sed -i "s/scipy==.*/scipy==$SCIPY_VERSION/" etc/requirements.txt
install:
- conda create -n testenv --yes -c quantopian pip python=$TRAVIS_PYTHON_VERSION numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION ta-lib=0.4.8
- conda create -n testenv --yes -c quantopian pip python=$TRAVIS_PYTHON_VERSION numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION ta-lib=0.4.9
- source activate testenv
- pip install --upgrade pip coverage coveralls --cache-dir=$CACHE_DIR
- pip install -r etc/requirements.txt --cache-dir=$CACHE_DIR
+22
View File
@@ -0,0 +1,22 @@
package: cyordereddict
user: quantopian
platform:
- linux-64
engine:
- python=2.7
- python=3.4
install:
- conda config --add channels quantopian
- conda config --set always_yes true
before_script:
- python -V
script:
- conda build conda/cyordereddict
iotimeout: 600
build_targets: conda
+3
View File
@@ -10,6 +10,9 @@ engine:
install:
- conda config --add channels quantopian
- conda config --set always_yes true
- source deactivate
- conda install conda-build=1.10alpha.0
- source activate /home/anaconda/env
before_script:
- python -V
+4 -4
View File
@@ -11,14 +11,14 @@ build:
source:
git_url: ../../
path: ../../
requirements:
build:
- python
- setuptools
- cython
- numpy
{% for req in data.get('install_requires', []) -%}
- {{req}}
{% endfor %}
run:
- python
{% for req in data.get('install_requires', []) -%}