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