Skip to content

Commit

Permalink
Remove the path section
Browse files Browse the repository at this point in the history
This section appears to be left over. It is only necessary in combination with coverage combine,
which we are not using.
  • Loading branch information
white-gecko committed Mar 1, 2021
1 parent bb2ef1a commit cc0d8b4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,3 @@ exclude_lines =
if 0:
if __name__ == .__main__.:
if __name__==.__main__.:

# path mappings for the py3 environments (doesn't seem to work on coveralls yet)
[coverage:paths]
source =
rdflib/
build/src/rdflib/
tests =
test/
build/src/test/
examples =
examples/
build/src/examples/

0 comments on commit cc0d8b4

Please sign in to comment.