You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/07/31 23:18:21 UTC

git commit: Modify py26 tox environment to also run coverage command.

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 <to...@apache.org>
Authored: Wed Jul 31 23:17:51 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
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