diff --git a/.appveyor.yml b/.appveyor.yml index 61817a920..dae129782 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,7 +30,7 @@ test_script: deploy_script: ps: | if( - ($Env:TOXENV -match "py27") -and + ($Env:TOXENV -match "py35") -and (($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) ) { pip install -U virtualenv