[appveyor] version in gh releases

This commit is contained in:
mzwiessele 2016-07-29 10:46:45 +01:00
parent f264e2b79c
commit b59f6d46b7

View file

@ -29,7 +29,7 @@ install:
- python -m pip install coverage - python -m pip install coverage
- python -m pip install twine - python -m pip install twine
- "python setup.py develop" - "python setup.py develop"
- set `cat GPy/__version__.py | tr -d '[[:space:]]'` - set `copy /b GPy/__version__.py | tr -d '[[:space:]]'`
build: off build: off