Updated Branches: refs/heads/trunk fa4490be3 -> a3218e801
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/a3218e80 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a3218e80 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a3218e80 Branch: refs/heads/trunk Commit: a3218e80108f91f42577968191ecd8de2016c377 Parents: fa4490b Author: Tomaz Muraus <[email protected]> Authored: Wed Jul 31 23:17:51 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jul 31 23:17:51 2013 +0200 ---------------------------------------------------------------------- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a3218e80/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
