Travis CI: explicitly update pip before running the builds

This is to workaround around
https://github.com/travis-ci/travis-ci/issues/7733 and issues with
implicit requirement of python-requests on newer pip.

Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Martin Babinsky 2017-05-09 18:36:51 +02:00 committed by Tomas Krizek
parent bd5a5012d2
commit afe85c3798
No known key found for this signature in database
GPG Key ID: 22A2A94B5E49415A

View File

@ -28,6 +28,8 @@ env:
test_pkcs10
test_xmlrpc/test_[l-z]*.py"
install:
- pip install --upgrade pip
- pip3 install --upgrade pip
- pip install pep8
- >
pip3 install