From 6b5e83f6c40bd101b9ac7e06344db80635cf9cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20N=C3=B6the?= Date: Wed, 7 Oct 2020 11:01:15 +0200 Subject: [PATCH] Fix deploy condition in travis yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e57afcebb..cf1faec14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,4 +62,4 @@ deploy: on: tags: true branch: master - condition: $TRAVIS_PYTHON_VERSION = "3.7" + condition: $PYTHON_VERSION = "3.7"