mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
[appveyor] echo empty line
This commit is contained in:
parent
d489a622ed
commit
2efbc7bd67
1 changed files with 29 additions and 15 deletions
44
appveyor.yml
44
appveyor.yml
|
|
@ -15,21 +15,35 @@ branches:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
|
- echo [distutils] > %USERPROFILE%\\.pypirc
|
||||||
- conda config --set always_yes yes --set changeps1 no
|
- echo index-servers = >> %USERPROFILE%\\.pypirc
|
||||||
- conda update -q conda
|
- echo pypi >> %USERPROFILE%\\.pypirc
|
||||||
- conda info -a
|
- echo test >> %USERPROFILE%\\.pypirc
|
||||||
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
|
- echo[
|
||||||
- activate build-environment
|
- echo [pypi] >> %USERPROFILE%\\.pypirc
|
||||||
# We need wheel installed to build wheels
|
- echo username:maxz >> %USERPROFILE%\\.pypirc
|
||||||
- python -m pip install wheel
|
#- echo password:%pip_upload% >> %USERPROFILE%\\.pypirc
|
||||||
# GPy needs paramz
|
- echo[
|
||||||
- python -m pip install paramz
|
- "echo [test] >> %USERPROFILE%\\.pypirc"
|
||||||
- python -m pip install nose-show-skipped
|
- "echo repository:https://testpypi.python.org/pypi >> %USERPROFILE%\\.pypirc"
|
||||||
- python -m pip install coverage
|
- echo username:maxz >> %USERPROFILE%\\.pypirc
|
||||||
- python -m pip install twine
|
#- echo password:%pip_upload% >> %USERPROFILE%\\.pypirc
|
||||||
- "python setup.py develop"
|
- type %USERPROFILE%\\.pypirc
|
||||||
#- set `copy /b GPy/__version__.py | tr -d '[[:space:]]'`
|
- "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
|
build: off
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue