mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
[secure] does it actually work?
This commit is contained in:
parent
3443b35840
commit
495d4c3750
1 changed files with 17 additions and 16 deletions
33
appveyor.yml
33
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue