From 197a249bff4888d0feb221cf9a844ef756523cba Mon Sep 17 00:00:00 2001 From: Jeff Beeland Date: Tue, 16 Feb 2021 16:35:16 -0800 Subject: [PATCH 1/2] Temp using a doc generator branch with an update travis-ci setup using Python 3.8 --- tk-doc-generator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tk-doc-generator b/tk-doc-generator index 0f6894f44..0ee625c90 160000 --- a/tk-doc-generator +++ b/tk-doc-generator @@ -1 +1 @@ -Subproject commit 0f6894f44cda72a85833cb504b9dc120c8f2aedc +Subproject commit 0ee625c90f5428f71613564c2432b67284ffb03d From 21ff338213ad36774c98fe3407819cc65c79c436 Mon Sep 17 00:00:00 2001 From: Jeff Beeland Date: Tue, 16 Feb 2021 16:38:59 -0800 Subject: [PATCH 2/2] Uses Python 3.8 in travis-ci --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 935e1e92d..d8bdcc371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ language: python python: - - "2.7" + - "3.8" env: global: @@ -28,11 +28,6 @@ before_install: - sudo apt-get install -y pandoc install: - # - # install pyside - from https://stackoverflow.com/questions/24489588 - - sudo apt-get install libqt4-dev - - pip install PySide --no-index --find-links https://parkin.github.io/python-wheelhouse/; - - python ~/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/pyside_postinstall.py -install # # jekyll dependencies - bundle install --gemfile=./tk-doc-generator/Gemfile --deployment