Repository: libcloud Updated Branches: refs/heads/trunk b877aedcf -> d04d9c026
travis: Add libvirt/lockfile for test and coverage Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d04d9c02 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d04d9c02 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d04d9c02 Branch: refs/heads/trunk Commit: d04d9c026e1e4479a9d6ddf0f4f8413f390de5d6 Parents: aeb6967 Author: Quentin Pradet <[email protected]> Authored: Sun Jan 14 11:59:53 2018 +0400 Committer: Quentin Pradet <[email protected]> Committed: Sun Jan 14 19:53:15 2018 +0400 ---------------------------------------------------------------------- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/d04d9c02/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 73c9714..3a681f9 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH deps = -r{toxinidir}/requirements-tests.txt lockfile + libvirt-python py2.7: paramiko commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py python setup.py test @@ -95,6 +96,8 @@ commands = python -m integration [testenv:coverage] deps = -r{toxinidir}/requirements-tests.txt + libvirt-python + lockfile set-env = commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py coverage run --source=libcloud setup.py test @@ -103,6 +106,8 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py passenv = TOXENV CI TRAVIS TRAVIS_* deps = -r{toxinidir}/requirements-tests.txt + libvirt-python + lockfile set-env = commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py coverage run --source=libcloud setup.py test
