Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Nov 26, 2018
1 parent 729f912 commit df91189
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True

Expand All @@ -18,7 +18,7 @@ universal = 1

[flake8]
ignore = D203
exclude =
exclude =
src/django_powerbank/migrations,
tests/test_data.py,
.*/,
Expand All @@ -32,21 +32,21 @@ branch = true
data_file = .tmp/.coverage

[coverage:paths]
source =
source =
src/django_powerbank
.tox/*/lib/python*/site-packages/django_powerbank
.tox/pypy*/site-packages/django_powerbank

[coverage:report]
omit =
omit =
*site-packages*
*tests*
*.tox*
*settings/*
show_missing = True
skip_covered = True
fail_under = 5
exclude_lines =
exclude_lines =
noqa
pragma: no cover
def __repr__
Expand Down

0 comments on commit df91189

Please sign in to comment.