fix path in appveyor

This commit is contained in:
Thomas Kriechbaumer 2016-06-28 20:59:53 +02:00
parent 3079ea7e29
commit 042bcf7cf8
1 changed files with 1 additions and 1 deletions

View File

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