appveyor: don't build installer for PRs

This commit is contained in:
Maximilian Hils 2016-12-17 16:01:44 +01:00
parent fc724b6641
commit 377be68cac
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ test_script:
- ps: |
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"))
) {
tox -e rtool -- decrypt release\installbuilder\license.xml.enc release\installbuilder\license.xml