From 4a20ad1a7230aa6d45ee3d572daa8c0818783d75 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 3 Dec 2019 14:51:35 +0100 Subject: [PATCH] travis: build on tags too It is required to deploy substra-tools to pypi. It has been done previously on the substra repository by Clement: https://github.com/SubstraFoundation/substra/commit/58c02d6554eca2b53c45603968a447a91ffcee67 --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4a5d74..035c93b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,6 @@ python: cache: pip -branches: - only: - - master - - dev - deploy: provider: pypi user: __token__