Updated Branches: refs/heads/trunk 2fdad6bf4 -> 3aa8c407b
Update tox config to copy secrets file. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3aa8c407 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3aa8c407 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3aa8c407 Branch: refs/heads/trunk Commit: 3aa8c407b1f97c1f7576e37e09646987ff7f7479 Parents: 2fdad6b Author: Tomaz Muraus <[email protected]> Authored: Thu Sep 26 10:18:27 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Sep 26 10:18:27 2013 +0200 ---------------------------------------------------------------------- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3aa8c407/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 9184a63..88a83a2 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,8 @@ deps = mock unittest2 lockfile paramiko -commands = python setup.py test +commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py + python setup.py test [testenv:py26] deps = mock @@ -16,7 +17,8 @@ deps = mock lockfile paramiko coverage -commands = python setup.py test +commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py + python setup.py test python setup.py coverage [testenv:py25]
