From 3739d9a1988d7aa331050851bc96f5bcf8a3e34b Mon Sep 17 00:00:00 2001 From: fxstein Date: Mon, 14 Sep 2015 21:50:48 -0700 Subject: [PATCH] Remove tags option Remove tags option from travis.vml as it ignores the branch --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb6feb1..ceb8c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ deploy: server: $pypi_test on: branch: deploy-test - tags: true deploy: provider: pypi user: $pypi_user @@ -33,4 +32,3 @@ deploy: server: $pypi on: branch: deploy - tags: true