Merge pull request #1365 from Kriechi/fix-1333

add Windows py3 builds
This commit is contained in:
Maximilian Hils 2016-07-18 20:48:46 -07:00 committed by GitHub
commit 00b0d47db6

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