Repository: libcloud Updated Branches: refs/heads/trunk bb202a27e -> 608b7ec8a
adding mock to more 2.x python testing Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e1513b2a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e1513b2a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e1513b2a Branch: refs/heads/trunk Commit: e1513b2afe2594443315544bc022cb5dc7abdb1e Parents: 28d73f4 Author: Rene Kjellerup <[email protected]> Authored: Tue Jul 12 15:33:15 2016 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jul 13 11:31:20 2016 +0200 ---------------------------------------------------------------------- tox.ini | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e1513b2a/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 6d2ea73..5f10445 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ deps = lockfile py{2.5,2.6,2.7}: paramiko py{2.5,2.6}: unittest2 + py{2.5,2.6,2.7}: mock set-env = COVERALLS_REPO_TOKEN = GAB5ZuovdsVEFxSIyZE8YhDYU886iGW54 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py @@ -42,6 +43,7 @@ deps = -r{toxinidir}/requirements-tests.txt lxml [testenv:py2.7-lxml] deps = -r{toxinidir}/requirements-tests.txt + mock lxml [testenv:pypypy-lxml] deps = -r{toxinidir}/requirements-tests.txt
