appveyor: build snapshots on master

This commit is contained in:
Maximilian Hils 2016-06-29 00:06:04 -07:00
parent 6181bf978d
commit b27c6ee181
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ deploy_script:
ps: | ps: |
if( if(
($Env:TOXENV -match "py27") -and ($Env:TOXENV -match "py27") -and
(($Env:APPVEYOR_REPO_BRANCH -match "simplify-tox") -or ($Env:APPVEYOR_REPO_TAG -match "true")) (($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true"))
) { ) {
pip install -U virtualenv pip install -U virtualenv
.\dev.ps1 .\dev.ps1