fix appveyor snapshot upload

This commit is contained in:
Thomas Kriechbaumer 2016-06-28 10:17:50 +02:00
parent 9099529d17
commit e0bf3c671a
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ test_script:
deploy_script:
ps: |
if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
pip install -U virtualenv
dev.bat
python .\release\rtool.py bdist
python .\release\rtool.py upload-snapshot --bdist
}