Skip to content

Commit

Permalink
Move .coveragerc and .bumpversion to setup.cfg (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Kumar committed Jun 3, 2019
1 parent ed3570d commit d0a219d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .bumpversion.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions .coveragerc

This file was deleted.

20 changes: 20 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[bumpversion]
current_version = 0.10.3
commit = True
tag = True

[bumpversion:file:src/dotenv/version.py]


[bdist_wheel]
universal = 1

Expand All @@ -13,3 +21,15 @@ description-file = README.rst

[tool:pytest]
testpaths = tests

[coverage:run]
source = dotenv

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

[coverage:report]
show_missing = True

0 comments on commit d0a219d

Please sign in to comment.