From 4018132b8d6d354c6ceba49037e3ecfe3065bea1 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Thu, 23 Sep 2021 12:14:16 -0700 Subject: [PATCH] Removed setuptools See https://app.travis-ci.com/github/lbl-srg/obc/builds/238359928 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29261e9c..c9875695 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ addons: # the html output may have small formatting differences which causes # the test to fail install: - - pip3 install --upgrade pip setuptools wheel + - pip3 install --upgrade pip wheel - pip3 install sphinx==2.1.2 \ sphinx-bootstrap-theme==0.7.1 \ sphinxcontrib-bibtex==0.4.2 \