From 6da09f284593546daac545d625f68014d7464c39 Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Wed, 23 May 2018 16:59:22 +0200 Subject: Deploy only when building python36 with tox Avoid multiple deploy steps and lead to failures (e.g. errors "already deployed") --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0a7d8ad..dd72d5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ deploy: on: tags: true all_branches: true + condition: $TOXENV = py36 repo: oauthlib/oauthlib - provider: releases api_key: @@ -42,4 +43,5 @@ deploy: on: tags: true all_branches: true + condition: $TOXENV = py36 repo: oauthlib/oauthlib -- cgit v1.2.1