mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
[secure] does it actually work?
This commit is contained in:
parent
c37624d343
commit
a1612df686
1 changed files with 7 additions and 5 deletions
12
appveyor.yml
12
appveyor.yml
|
|
@ -12,8 +12,10 @@ environment:
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- deploy
|
- devel
|
||||||
|
except:
|
||||||
|
- gh-pages
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- echo %ASDF%
|
- echo %ASDF%
|
||||||
- echo %USERPROFILE%
|
- echo %USERPROFILE%
|
||||||
|
|
@ -30,7 +32,7 @@ install:
|
||||||
- python -m pip install nose-show-skipped
|
- python -m pip install nose-show-skipped
|
||||||
- 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 | tr -d '[[:space:]]'`
|
#- set `copy /b GPy/__version__.py | tr -d '[[:space:]]'`
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
@ -44,7 +46,7 @@ test_script:
|
||||||
# the interpreter you're using - Appveyor does not do anything special
|
# the interpreter you're using - Appveyor does not do anything special
|
||||||
# to put the Python evrsion you want to use on PATH.
|
# to put the Python evrsion you want to use on PATH.
|
||||||
#- "build.cmd %PYTHON%\\python.exe setup.py test"
|
#- "build.cmd %PYTHON%\\python.exe setup.py test"
|
||||||
#- "coverage run travis_tests.py"
|
- "coverage run travis_tests.py"
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
# This step builds your wheels.
|
# This step builds your wheels.
|
||||||
|
|
@ -54,7 +56,7 @@ artifacts:
|
||||||
# bdist_wheel puts your built wheel in the dist directory
|
# bdist_wheel puts your built wheel in the dist directory
|
||||||
- path: dist\*
|
- path: dist\*
|
||||||
|
|
||||||
on_success:
|
deploy_script:
|
||||||
- echo [distutils] > %USERPROFILE%\\.pypirc
|
- echo [distutils] > %USERPROFILE%\\.pypirc
|
||||||
- echo index-servers = >> %USERPROFILE%\\.pypirc
|
- echo index-servers = >> %USERPROFILE%\\.pypirc
|
||||||
- echo pypi >> %USERPROFILE%\\.pypirc
|
- echo pypi >> %USERPROFILE%\\.pypirc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue