From 495d4c3750c308599e6d578fd591364a6a514241 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 12:59:18 +0100 Subject: [PATCH] [secure] does it actually work? --- appveyor.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ef96d477..e1ad2d1a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,21 +15,23 @@ 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 %my_variable% + - echo %USERPROFILE% + - "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 @@ -53,7 +55,6 @@ artifacts: - path: dist\* on_success: - - echo %my_variable% - echo [distutils] > %USERPROFILE%\\.pypirc - echo index-servers = >> %USERPROFILE%\\.pypirc - echo pypi >> %USERPROFILE%\\.pypirc