[appveyor] echo empty line

This commit is contained in:
mzwiessele 2016-07-29 11:50:14 +01:00
parent d489a622ed
commit 2efbc7bd67

View file

@ -15,21 +15,35 @@ branches:
- deploy
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
- activate build-environment
# We need wheel installed to build wheels
- python -m pip install wheel
# GPy needs paramz
- python -m pip install paramz
- python -m pip install nose-show-skipped
- python -m pip install coverage
- python -m pip install twine
- "python setup.py develop"
#- set `copy /b GPy/__version__.py | tr -d '[[:space:]]'`
- echo [distutils] > %USERPROFILE%\\.pypirc
- echo index-servers = >> %USERPROFILE%\\.pypirc
- echo pypi >> %USERPROFILE%\\.pypirc
- echo test >> %USERPROFILE%\\.pypirc
- echo[
- echo [pypi] >> %USERPROFILE%\\.pypirc
- echo username:maxz >> %USERPROFILE%\\.pypirc
#- echo password:%pip_upload% >> %USERPROFILE%\\.pypirc
- echo[
- "echo [test] >> %USERPROFILE%\\.pypirc"
- "echo repository:https://testpypi.python.org/pypi >> %USERPROFILE%\\.pypirc"
- echo username:maxz >> %USERPROFILE%\\.pypirc
#- echo password:%pip_upload% >> %USERPROFILE%\\.pypirc
- type %USERPROFILE%\\.pypirc
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
- activate build-environment
# We need wheel installed to build wheels
- python -m pip install wheel
# GPy needs paramz
- python -m pip install paramz
- python -m pip install nose-show-skipped
- python -m pip install coverage
- python -m pip install twine
- "python setup.py develop"
#- set `copy /b GPy/__version__.py | tr -d '[[:space:]]'`
build: off