summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-22 22:30:14 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-22 22:30:14 +0200
commita8551aa753ecbe6468f5dc0bcfb41fa5e9dfffc8 (patch)
treee9838abc81cfdcffd68cc1fb7e814e14e0d594c0 /tox.ini
parent23281419a1c778d468771886a481b2ba5a641b89 (diff)
downloadgemato-a8551aa753ecbe6468f5dc0bcfb41fa5e9dfffc8.tar.gz
tox.ini: Combine coverage results
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 17a6871..67e2f60 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = begin,py27,py34,py35,py36,pypy,pypy3
+envlist = begin,py27,py34,py35,py36,pypy,pypy3,end
[testenv:begin]
deps =
@@ -42,3 +42,8 @@ deps =
[testenv]
commands = coverage run -p -m unittest discover -v
+
+[testenv:end]
+deps =
+ coverage
+commands = coverage combine