Skip to content

Commit 47ad2d1

Browse files
committed
Remove appveyor and update various skel things.
1 parent fa8ecf4 commit 47ad2d1

File tree

12 files changed

+893
-225
lines changed

12 files changed

+893
-225
lines changed

.appveyor.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.cookiecutterrc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
default_context:
44
allow_tests_inside_package: no
5-
appveyor: yes
5+
appveyor: no
66
c_extension_function: '-'
77
c_extension_module: '-'
88
c_extension_optional: no
@@ -16,10 +16,10 @@ default_context:
1616
command_line_interface: no
1717
command_line_interface_bin_name: '-'
1818
coveralls: no
19-
coveralls_token: '[Required for Appveyor, take it from https://coveralls.io/github/ionelmc/pytest-cov]'
2019
distribution_name: pytest-cov
2120
2221
full_name: Ionel Cristian Mărieș
22+
github_actions: yes
2323
legacy_python: yes
2424
license: MIT license
2525
linter: flake8
@@ -29,9 +29,10 @@ default_context:
2929
project_short_description: This plugin produces coverage reports. It supports centralised testing and distributed testing in both load and each modes. It also supports coverage of subprocesses.
3030
pypi_badge: yes
3131
pypi_disable_upload: no
32-
release_date: '2020-06-12'
32+
release_date: '2021-10-04'
3333
repo_hosting: github.com
3434
repo_hosting_domain: github.com
35+
repo_main_branch: master
3536
repo_name: pytest-cov
3637
repo_username: pytest-dev
3738
requiresio: yes
@@ -45,9 +46,10 @@ default_context:
4546
test_matrix_configurator: no
4647
test_matrix_separate_coverage: no
4748
test_runner: pytest
48-
travis: yes
49+
travis: no
4950
travis_osx: no
50-
version: 2.10.1
51+
version: 3.0.0
52+
version_manager: bump2version
5153
website: http://blog.ionelmc.ro
5254
year_from: '2010'
53-
year_to: '2020'
55+
year_to: '2022'

0 commit comments

Comments
 (0)