X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=appveyor.yml;h=21ee1eb567a50d3378c2b6e147a1f0ade12b1049;hb=84d22a9de904ccac6880666bff64c80b584b9eb8;hp=057f33574809272b7e5082233f41b1c13df94f2a;hpb=f71f7c114dbb8b0a5010e6026bee419b8fee550a;p=ppu.git diff --git a/appveyor.yml b/appveyor.yml index 057f335..21ee1eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,14 +2,6 @@ # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo) version: '{branch}-{build}' -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master -skip_branch_with_pr: false -skip_tags: true - cache: - '%LOCALAPPDATA%\pip\Cache'