From 536f5679010081e402b9ffb512bac0211cb9517a Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Mon, 27 Jul 2020 11:50:38 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfc7536..2be0829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ cache: env: - REQUIREMENTS=lowest - - REQUIREMENTS=release + - REQUIREMENTS=release DEPLOY=true - REQUIREMENTS=devel python: @@ -59,3 +59,6 @@ deploy: distributions: sdist bdist_wheel on: tags: true + python: "3.6" + repo: mb-wali/invenio-theme-tugraz + condition: $DEPLOY = true