Closed willfurnass closed 3 years ago
Thanks for the report, Will! We indeed need Python 3.6+. Could you please check if adding something like
python:
- 3.6
or python: 3.6
to the .travis.yml file (and removing python3.5 python3-pip
from line 34) solves the problem?
That didn't work (possibly due to language: r
below?) Subsequently tried switching to dist: bionic
but now having problems with installing R...
@fmichonneau created #299 which will sync the .travis.yml
in this repository with the one in carpentries/styles. You might want to change the new file when #299 is merged.
closing as stale as we are now using GitHub Action
With commit 3107239 (latest commit on
gh-pages
branch):Think this may be due to the
encoding
kw arg being introduced in Python 3.6 but Ubuntu 16.04, as used by the Travis CI jobs, shipping with Python 3.5.