From 666613a49980aa36aad2e512c2d342c3cb716dcd Mon Sep 17 00:00:00 2001 From: Gavin Date: Fri, 5 Nov 2021 11:50:23 -0700 Subject: [PATCH 1/2] Update copyright --- docsource/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsource/conf.py b/docsource/conf.py index 1a0ac48c2..240899c4b 100644 --- a/docsource/conf.py +++ b/docsource/conf.py @@ -43,7 +43,7 @@ # General information about the project. project = u'KBase Workspace' -copyright = u'2012-2019, KBase' +copyright = u'2012-present, KBase' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the From ee8de853a785be474d4e0bc789fdb1323990a275 Mon Sep 17 00:00:00 2001 From: Gavin Date: Fri, 5 Nov 2021 12:21:44 -0700 Subject: [PATCH 2/2] Attempt fixing build Build is failing due to `gunicorn` and `uwsgi` not being in the path. The last build that succeeded was on `pipenv-2021.5.29`, failed builds were on `pipenv-2021.11.5.post0` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c21938518..ed124f346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - echo $PYVER - pyenv local $PYVER - python --version - - pip3 install pipenv + - pip3 install pipenv==2021.5.29 install: - export HOMEDIR=`pwd`