Skip to content

Commit

Permalink
This is probably a better way to handle multiple Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Oct 14, 2020
1 parent c164f80 commit 6908b3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ source =
# It looks like this in the checkout
src/
# It looks like this in the Windows build environment
D:/a/tahoe-lafs/tahoe-lafs/.tox/py27-coverage/Lib/site-packages/
D:/a/tahoe-lafs/tahoe-lafs/.tox/py*-coverage/Lib/site-packages/
# Although sometimes it looks like this instead. Also it looks like this on macOS.
.tox/py27-coverage/lib/python2.7/site-packages/
.tox/py*-coverage/lib/python*/site-packages/
# On some Linux CI jobs it looks like this
/tmp/tahoe-lafs.tox/py27-coverage/lib/python2.7/site-packages/
# On the Python 3 CI job it's more like this of course:
/tmp/tahoe-lafs.tox/py36-coverage/lib/python3.6/site-packages/
/tmp/tahoe-lafs.tox/py*-coverage/lib/python*/site-packages/

0 comments on commit 6908b3e

Please sign in to comment.