]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/appveyor.yml
Fix rename-project: fix only exiting files
[cookiecutter.git] / project_template / appveyor.yml
index 6107a563d5a6fb7dfdc690c683dda2ff216faede..4f8169ac792c668d4d0feb4c75adb1e30d06f610 100644 (file)
@@ -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
@@ -75,7 +74,7 @@ install:
   - "pip --version"
   - "pip install tox"
 
-# No build step - _namemapper extension will be built under tox
+# No build step - we don't have C extensions
 build: false
 
 test_script: