Commit 1a145a52 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

conda: sanitize version

parent d63662ae
...@@ -8,7 +8,7 @@ source: ...@@ -8,7 +8,7 @@ source:
build: build:
noarch_python: true noarch_python: true
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
string: py_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }} string: py35_{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}+git{{ environ.get("GIT_DESCRIBE_HASH", "")[1:] }}
script: python setup.py install script: python setup.py install
requirements: requirements:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment