From b5afa2fb032f889070b8e6381a708128376bc3ee Mon Sep 17 00:00:00 2001 From: ctokheim Date: Fri, 10 Jun 2016 13:12:36 -0400 Subject: [PATCH] Updated travis to run on tags --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 701c2d7..b76112c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: branches: only: - master + - /^v.*$/ install: - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh