appveyor: build snapshots on master
This commit is contained in:
parent
6181bf978d
commit
b27c6ee181
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue