Modify py26 tox environment to also run coverage command.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ade45fde Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ade45fde Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ade45fde Branch: refs/heads/0.13.x Commit: ade45fdea2d93a2d15af39bc2fac0eb522a282e9 Parents: 259657f Author: Tomaz Muraus <[email protected]> Authored: Wed Jul 31 23:17:51 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Aug 1 20:28:48 2013 +0200 ---------------------------------------------------------------------- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ade45fde/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 7212a7e..536b750 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,15 @@ deps = mock paramiko commands = python setup.py test +[testenv:py26] +deps = mock + unittest2 + lockfile + paramiko + coverage +commands = python setup.py test + python setup.py coverage + [testenv:py25] deps = mock unittest2
