From: Sebastián Ramírez Date: Sat, 20 Apr 2019 18:16:07 +0000 (+0400) Subject: :rocket: Deploy when tagged using Python 3.6 X-Git-Tag: 0.17.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26e3dffb37294a178ffc58b38e1f56f88627a1a1;p=thirdparty%2Ffastapi%2Ffastapi.git :rocket: Deploy when tagged using Python 3.6 --- diff --git a/.travis.yml b/.travis.yml index 1b5e0d2701..8caa67fc4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,4 @@ deploy: script: bash scripts/deploy.sh on: tags: true + python: "3.6"