add Windows py3 builds

fixes #1333
This commit is contained in:
Thomas Kriechbaumer 2016-07-16 12:08:33 +02:00
parent f0c15aa09c
commit da99258168

View File

@ -30,7 +30,7 @@ test_script:
deploy_script: deploy_script:
ps: | ps: |
if( if(
($Env:TOXENV -match "py27") -and ($Env:TOXENV -match "py35") -and
(($Env:APPVEYOR_REPO_BRANCH -match "master") -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