mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-16 11:18:05 +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
|
||||
|
||||
Reference in New Issue
Block a user