From 377be68cac921917b241f8aee2170f7084dbf93d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 17 Dec 2016 16:01:44 +0100 Subject: [PATCH] appveyor: don't build installer for PRs --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index b95b23e3f..3725ea3ff 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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