diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-10-22 22:30:14 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-10-22 22:30:14 +0200 |
| commit | a8551aa753ecbe6468f5dc0bcfb41fa5e9dfffc8 (patch) | |
| tree | e9838abc81cfdcffd68cc1fb7e814e14e0d594c0 | |
| parent | 23281419a1c778d468771886a481b2ba5a641b89 (diff) | |
| download | gemato-a8551aa753ecbe6468f5dc0bcfb41fa5e9dfffc8.tar.gz | |
tox.ini: Combine coverage results
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
