mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:04:30 +08:00
BLD: we conda now
This commit is contained in:
committed by
Richard Frank
parent
00f230421e
commit
c522594fd9
@@ -63,3 +63,5 @@ benchmarks.db
|
||||
# Intellij IDE temp project files
|
||||
.project
|
||||
zipline.iml
|
||||
|
||||
.binstar.yml
|
||||
@@ -2,13 +2,10 @@
|
||||
|
||||
package:
|
||||
name: zipline
|
||||
version: {{ environ.get('GIT_DESCRIBE_TAG', '')}}
|
||||
version: 0.8.4
|
||||
|
||||
build:
|
||||
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
|
||||
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
|
||||
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}{% endif %}
|
||||
|
||||
number: 0
|
||||
|
||||
source:
|
||||
path: ../../
|
||||
|
||||
Reference in New Issue
Block a user