From 26e3dffb37294a178ffc58b38e1f56f88627a1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 20 Apr 2019 22:16:07 +0400 Subject: [PATCH] :rocket: Deploy when tagged using Python 3.6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1b5e0d270..8caa67fc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,4 @@ deploy: script: bash scripts/deploy.sh on: tags: true + python: "3.6"