mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 21:21:30 +08:00
BLD: Build other conda recipes. Build zipline recipe on appveyor.
This commit is contained in:
@@ -39,6 +39,10 @@ install:
|
||||
before_script:
|
||||
- pip freeze | sort
|
||||
script:
|
||||
- conda build conda/bcolz -q --python=$TRAVIS_PYTHON_VERSION --numpy=$NUMPY_VERSION
|
||||
- conda build conda/cyordereddict -q --python=$TRAVIS_PYTHON_VERSION --numpy=$NUMPY_VERSION
|
||||
- conda build conda/logbook -q --python=$TRAVIS_PYTHON_VERSION --numpy=$NUMPY_VERSION
|
||||
- conda build conda/ta-lib -q --python=$TRAVIS_PYTHON_VERSION --numpy=$NUMPY_VERSION
|
||||
# unshallow the clone so the conda build can clone it.
|
||||
- git fetch --unshallow
|
||||
- conda build conda/zipline --python=$TRAVIS_PYTHON_VERSION --numpy=$NPY_VERSION_MAJ_MIN
|
||||
|
||||
+5
-1
@@ -103,7 +103,11 @@ install:
|
||||
|
||||
- conda info -a
|
||||
- conda install conda-build
|
||||
- cmd: '%CMD_IN_ENV% conda build conda\ta-lib -q'
|
||||
- cmd: '%CMD_IN_ENV% conda build conda\bcolz -q --python=%PYTHON_VERSION% --numpy=%NUMPY_VERSION%'
|
||||
- cmd: '%CMD_IN_ENV% conda build conda\cyordereddict -q --python=%PYTHON_VERSION% --numpy=%NUMPY_VERSION%'
|
||||
- cmd: '%CMD_IN_ENV% conda build conda\logbook -q --python=%PYTHON_VERSION% --numpy=%NUMPY_VERSION%'
|
||||
- cmd: '%CMD_IN_ENV% conda build conda\ta-lib -q --python=%PYTHON_VERSION% --numpy=%NUMPY_VERSION%'
|
||||
- cmd: '%CMD_IN_ENV% conda build conda\zipline --python=%PYTHON_VERSION% --numpy=%NUMPY_VERSION%'
|
||||
|
||||
- cmd: conda create -n testenv --yes --use-local pip numpy=%NUMPY_VERSION% scipy=%SCIPY_VERSION% ta-lib=0.4.9
|
||||
- cmd: activate testenv
|
||||
|
||||
Reference in New Issue
Block a user