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