[deploy] branch check

This commit is contained in:
mzwiessele 2016-07-29 14:03:33 +01:00
parent 969fca1c3d
commit 2fb3a3a862

View file

@ -8,7 +8,10 @@ environment:
- PYTHON_VERSION: 3.5 - PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64 MINICONDA: C:\Miniconda35-x64
configuration:
- Debug
- Release
install: install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no - conda config --set always_yes yes --set changeps1 no
@ -52,7 +55,7 @@ artifacts:
branches: branches:
only: only:
- devel - devel
configuration: Test configuration: Debug
deploy_script: deploy_script:
- echo [distutils] > %USERPROFILE%\\.pypirc - echo [distutils] > %USERPROFILE%\\.pypirc
- echo index-servers = >> %USERPROFILE%\\.pypirc - echo index-servers = >> %USERPROFILE%\\.pypirc
@ -68,7 +71,7 @@ artifacts:
- twine upload -r test -p %pip_access% dist/* - twine upload -r test -p %pip_access% dist/*
- -
branches: branches:
only: only:
- deploy - deploy