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 2017/09/24 20:50:28 UTC

[2/2] libcloud git commit: Also use latest version of tox.

Also use latest version of tox.


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

Branch: refs/heads/trunk
Commit: 29d1480ba1c45c9a75fd2a1364437447b35740f4
Parents: f89cbc3
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sun Sep 24 18:19:19 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sun Sep 24 18:19:19 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/29d1480b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3f64513..c07208b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ matrix:
 install:
   - pip install --upgrade "pip==9.0.1"
   - pip install "virtualenv==15.1.0"
-  - pip install "tox>=2.3.0,<2.4"
+  - pip install "tox==2.8.2"
   - TOX_ENV=py$TRAVIS_PYTHON_VERSION
 
 script: