This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new 27b86e5 Use latest version of tox on travis.
27b86e5 is described below
commit 27b86e5f8155b98113da50acf46a86f86752ef35
Author: Tomaz Muraus <[email protected]>
AuthorDate: Thu Nov 14 15:14:34 2019 +0100
Use latest version of tox on travis.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 06d6ffe..3e8a32d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ matrix:
install:
- pip install --upgrade "pip==9.0.1"
- pip install "virtualenv==15.1.0"
- - pip install "tox==3.12.1"
+ - pip install "tox==3.14.1"
- TOX_ENV=py$TRAVIS_PYTHON_VERSION
script: