diff --git a/.travis.yml b/.travis.yml index b84debd2d57157d8473e2a291bc29b6b0c21a13e..a9685f2b73f14a966e3fd56a1e4c920e4dfb5575 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # vim:ff=unix ts=2 sw=2 ai expandtab --- language: python -python: "3.8" +python: "3.6" dist: bionic cache: pip: true diff --git a/Documents/Endless/Pipfile b/Documents/Endless/Pipfile index d3492445916b34d293feac08ae21baf7aa0b42ba..9cde8b6fe207614b3a0bc5b9d995dcd02ef09755 100644 --- a/Documents/Endless/Pipfile +++ b/Documents/Endless/Pipfile @@ -27,7 +27,7 @@ google-auth-httplib2 = "*" google-auth-oauthlib = "*" [requires] -python_version = "3.7" +python_version = "3.6" [pipenv] allow_prereleases = true