mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
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:
parent
bd5a5012d2
commit
afe85c3798
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user