From af4bb72be3ee7cd4e747265c0856060df0f1fd44 Mon Sep 17 00:00:00 2001 From: csine-nflx Date: Tue, 1 Sep 2020 17:28:42 -0700 Subject: [PATCH] adding SETUPTOOLS_USE_DISTUTILS environment variable to fix travis build issue --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f1abf3f3..f38555a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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