Repository: libcloud Updated Branches: refs/heads/trunk 146060946 -> a4323ca7d
Don't require paramiko when running tests with pypy. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a4323ca7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a4323ca7 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a4323ca7 Branch: refs/heads/trunk Commit: a4323ca7d168dcc5cfaf916066dc692418304241 Parents: 1460609 Author: Tomaz Muraus <[email protected]> Authored: Thu Nov 27 19:13:39 2014 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Thu Nov 27 19:18:26 2014 +0800 ---------------------------------------------------------------------- tox.ini | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a4323ca7/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index f45dd9f..1fc2393 100644 --- a/tox.ini +++ b/tox.ini @@ -12,26 +12,21 @@ deps = backports.ssl_match_hostname commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py python setup.py test -[testenv:py26] +[testenv:py25] +setenv = PIP_INSECURE=1 deps = backports.ssl_match_hostname mock unittest2 lockfile + ssl + simplejson paramiko - coverage -commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py - python setup.py test - python setup.py coverage -[testenv:py25] -setenv = PIP_INSECURE=1 +[testenv:pypy] deps = backports.ssl_match_hostname mock unittest2 lockfile - ssl - simplejson - paramiko [testenv:py32] deps = backports.ssl_match_hostname
