From afe85c37981d2846c26010f22f652c60d9cd0941 Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: May 10 2017 06:54:13 +0000 Subject: 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 --- diff --git a/.travis.yml b/.travis.yml index 1a8f1b3..c275cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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