Skip to content

Commit

Permalink
Some skel updates that include: add py 3.6 and coverage 4.4 in test g…
Browse files Browse the repository at this point in the history
…rid.
  • Loading branch information
ionelmc committed May 9, 2017
1 parent baf8580 commit 4cc089c
Show file tree
Hide file tree
Showing 10 changed files with 549 additions and 162 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tag = True

[bumpversion:file:setup.py]

[bumpversion:file:README.rst]

[bumpversion:file:docs/conf.py]

[bumpversion:file:src/pytest_cov/__init__.py]
Expand Down
13 changes: 8 additions & 5 deletions .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

cookiecutter:
appveyor: 'yes'
bin_name: ' '
c_extension_cython: 'no'
c_extension_optional: 'no'
c_extension_support: 'no'
codacy: 'yes'
codeclimate: 'yes'
codecov: 'no'
command_line_interface: 'no'
command_line_interface_bin_name: pytest-cov
coveralls: 'no'
distribution_name: pytest-cov
email: contact@ionelmc.ro
Expand All @@ -18,16 +18,19 @@ cookiecutter:
landscape: 'yes'
package_name: pytest_cov
project_name: pytest-cov
project_short_description: This plugin produces coverage reports. It supports
centralised testing and distributed testing in
release_date: today
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.
release_date: '2016-10-10'
repo_name: pytest-cov
requiresio: 'yes'
scrutinizer: 'yes'
sphinx_doctest: 'no'
sphinx_theme: sphinx-py3doc-enhanced-theme
test_matrix_configurator: 'no'
test_matrix_separate_coverage: 'no'
test_runner: pytest
travis: 'yes'
version: 2.2.0
version: 2.4.0
website: http://blog.ionelmc.ro
year: now
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parts
bin
var
sdist
wheelhouse
develop-eggs
.installed.cfg
lib
Expand Down
Loading

0 comments on commit 4cc089c

Please sign in to comment.