summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-21 18:54:20 -0600
committerMichael Merickel <michael@merickel.org>2014-11-21 18:54:20 -0600
commitcf4ad5eaea4af3da3bbac4c421fe5f959ed1d256 (patch)
tree3d3ffc3f694e2ca430a1b56fa58bfb00c0a1e07b /setup.cfg
parentf6b30ee045fdf5c63daff1168a47016b8aded919 (diff)
downloadpyramid-cf4ad5eaea4af3da3bbac4c421fe5f959ed1d256.tar.gz
pyramid-cf4ad5eaea4af3da3bbac4c421fe5f959ed1d256.tar.bz2
pyramid-cf4ad5eaea4af3da3bbac4c421fe5f959ed1d256.zip
update tox/travis to check code coverage on py3
coverage is combined between py2 and py3 for an aggregate coverage metric. This means we can stop putting "no cover" gates around py3 code and ignoring whether it's ever tested.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a877ffb7f..bc092a6ca 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,6 @@ match=^test
where=pyramid
nocapture=1
cover-package=pyramid
-cover-erase=1
[aliases]
dev = develop easy_install pyramid[testing]