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 c69df0f Use latest version of pip on travis.
c69df0f is described below
commit c69df0f56178cc3a3e7c5550abaaeef4d33b2882
Author: Tomaz Muraus <[email protected]>
AuthorDate: Tue Dec 24 22:54:41 2019 +0100
Use latest version of pip on travis.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ff76495..0a06432 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ matrix:
- python3 ./contrib/trigger_rtd_build.py
install:
- - pip install --upgrade "pip==19.2.1"
+ - pip install --upgrade "pip==19.3.1"
- pip install --upgrade "setuptools==42.0.2"
- pip install "virtualenv==16.7.6"
- pip install "tox==3.14.2"