From c888e461ba290098006131c9a2bd1e2caff74874 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Tue, 24 Mar 2015 17:09:26 +0000 Subject: [PATCH] Updated travis.yml to build release tags --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 47483672..38b72cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,7 @@ notifications: branches: only: - master + - /^v.*$/ deploy: provider: pypi user: the_drow