Merge pull request #1872 from mhils/appveyor

appveyor: don't build installer for PRs
This commit is contained in:
Thomas Kriechbaumer 2016-12-17 17:25:24 +01:00 committed by GitHub
commit 07671440ba

View File

@ -34,7 +34,7 @@ test_script:
- ps: | - ps: |
if( if(
($Env:TOXENV -match "py35") -and ($Env:TOXENV -match "py35") -and !$Env:APPVEYOR_PULL_REQUEST_NUMBER -and
(($Env:APPVEYOR_REPO_BRANCH -In ("master", "pyinstaller")) -or ($Env:APPVEYOR_REPO_TAG -match "true")) (($Env:APPVEYOR_REPO_BRANCH -In ("master", "pyinstaller")) -or ($Env:APPVEYOR_REPO_TAG -match "true"))
) { ) {
tox -e rtool -- decrypt release\installbuilder\license.xml.enc release\installbuilder\license.xml tox -e rtool -- decrypt release\installbuilder\license.xml.enc release\installbuilder\license.xml