]> git.phdru.name Git - m_librarian.git/blobdiff - appveyor.yml
CI: Remove branch limitations
[m_librarian.git] / appveyor.yml
index 0c913f24b63f02c99ed36603a594e27d1bba4b36..804a8da30522509e0aa994a55841392ece1f624c 100644 (file)
@@ -1,14 +1,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'