BLD: we conda now

This commit is contained in:
Joe Jevnik
2016-01-15 20:05:01 -05:00
committed by Richard Frank
parent 00f230421e
commit c522594fd9
2 changed files with 4 additions and 5 deletions
+2
View File
@@ -63,3 +63,5 @@ benchmarks.db
# Intellij IDE temp project files
.project
zipline.iml
.binstar.yml
+2 -5
View File
@@ -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: ../../