From a1612df686c5b4045d5be2f4b57a640a5e8cf128 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 29 Jul 2016 13:10:08 +0100 Subject: [PATCH] [secure] does it actually work? --- appveyor.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a0915f5f..eed16581 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,8 +12,10 @@ environment: branches: only: - - deploy - + - devel + except: + - gh-pages + install: - echo %ASDF% - echo %USERPROFILE% @@ -30,7 +32,7 @@ install: - python -m pip install nose-show-skipped - python -m pip install coverage - python -m pip install twine - #- "python setup.py develop" + - "python setup.py develop" #- set `copy /b GPy/__version__.py | tr -d '[[:space:]]'` build: off @@ -44,7 +46,7 @@ test_script: # the interpreter you're using - Appveyor does not do anything special # to put the Python evrsion you want to use on PATH. #- "build.cmd %PYTHON%\\python.exe setup.py test" - #- "coverage run travis_tests.py" + - "coverage run travis_tests.py" after_test: # This step builds your wheels. @@ -54,7 +56,7 @@ artifacts: # bdist_wheel puts your built wheel in the dist directory - path: dist\* -on_success: +deploy_script: - echo [distutils] > %USERPROFILE%\\.pypirc - echo index-servers = >> %USERPROFILE%\\.pypirc - echo pypi >> %USERPROFILE%\\.pypirc