Changed source-path to be relative in conda recipe

This commit is contained in:
Morten Enemark Lund 2015-07-24 22:49:46 +02:00
parent 931e4ecb68
commit c432e8cd93

View file

@ -3,8 +3,7 @@ package:
version: {{ environ['GIT_DESCRIBE_TAG'] }}
source:
# git_url: ../
git_url: https://github.com/scopatz/xonsh.git
path: ../
build:
script: python setup.py install