summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-10-30 02:10:16 +0100
committerDaniel Hahler <git@thequod.de>2018-10-30 02:10:16 +0100
commit38d89e2c7893949541f61674ef46ddec1b2e5040 (patch)
tree3ce97f66041b3b91b6f52298af2720b7a78a2e04 /tox.ini
parent02f4f22c9495448d017b146bc530cd0b2d959c9a (diff)
downloadpaste-git-blueyed-coverage.tar.gz
fixup! Enable coverage reporting via codecovblueyed-coverage
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index bbd2c6d..b34117b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,8 @@
envlist = py27, py35, py36, py37, pypy
[testenv]
+# For performance, but also for using "source" with coveragepy (https://github.com/nedbat/coveragepy/issues/268).
+usedevelop = True
deps =
pytest
# 4.5.2a1 for py37 fix