X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fappveyor.yml;fp=project_template%2Fappveyor.yml;h=020d9b3cc794a8dc4b3bee3f5189634981ed3ba1;hp=6107a563d5a6fb7dfdc690c683dda2ff216faede;hb=3c718acf706620a366ce2d883f030928ddf8b4e1;hpb=22e0269bbcbbda3b322cfe001175eb13afcc93d3 diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 6107a56..020d9b3 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -2,11 +2,10 @@ # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo) version: '{branch}-{build}' -# Only test maint, master and pull requests; skip tags. +# Only test master and pull requests; skip tags. # Other branches can allow themselves. branches: only: - - maint - master skip_branch_with_pr: false skip_tags: true