[version] for github releases?

This commit is contained in:
mzwiessele 2016-07-29 13:23:47 +01:00
parent 78ab5e60a7
commit a497bb418f

View file

@ -14,6 +14,8 @@ branches:
- gh-pages - gh-pages
install: install:
- (set /p <GPy/__version__.py)
- echo %__version__%
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no - conda config --set always_yes yes --set changeps1 no
- conda update -q conda - conda update -q conda
@ -28,7 +30,6 @@ 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 `copy /b GPy/__version__.py`
build: off build: off