Merge pull request #3118 from Netflix/fix_travis_build_01

Add SETUPTOOLS_USE_DISTUTILS environment variable to fix travis build issue
This commit is contained in:
Chad S 2020-09-01 17:41:39 -07:00 committed by GitHub
commit 5dd6c6636b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ cache:
env:
global:
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
# The following line is a temporary workaround for this issue: https://github.com/pypa/setuptools/issues/2230
- SETUPTOOLS_USE_DISTUTILS=stdlib
# do not load /etc/boto.cfg with Python 3 incompatible plugin
# https://github.com/travis-ci/travis-ci/issues/5246#issuecomment-166460882
- BOTO_CONFIG=/doesnotexist