From 596ccc36a344a036ba9103dffb84e871426d6048 Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Mon, 4 May 2020 10:28:13 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7a8499..b6355cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,6 @@ env: python: - "3.6" - "3.7" - - "3.8" before_install: - "nvm install 6; nvm use 6" @@ -58,6 +57,6 @@ deploy: distributions: "compile_catalog sdist bdist_wheel" on: tags: true - python: "3.8" + python: "3.6" repo: https://github.com/mb-wali/invenio-theme-tugraz.git condition: $DEPLOY = true