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 2016/07/13 09:44:23 UTC

[09/14] libcloud git commit: installing mock from pip

installing mock from pip

Signed-off-by: Tomaz Muraus <to...@tomaz.me>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c9177d0e
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c9177d0e
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c9177d0e

Branch: refs/heads/trunk
Commit: c9177d0ec0bb87d096e14150ced3dbf5d8a6a200
Parents: fbf2291
Author: Rene Kjellerup <rk...@touchcommerce.com>
Authored: Tue Jul 12 15:03:34 2016 -0700
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Jul 13 11:31:20 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/c9177d0e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c27cc7c..1b74c89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,6 +79,7 @@ install:
   - pip install --upgrade "pip<8.0.0"
   - pip install "virtualenv<14.0.0"
   - pip install "tox>=2.3.0,<2.4"
+  - pip install mock
   - TOX_ENV=py$TRAVIS_PYTHON_VERSION
 
 script: