From f877d620afdeb9caf19704ac9320af2a6524d137 Mon Sep 17 00:00:00 2001 From: Davide Romanini Date: Sun, 6 Oct 2019 16:25:31 +0200 Subject: [PATCH] allow for alpha releases in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5497a6..7a17cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python branches: only: - develop - - /^\d+\.\d+\.\d+$/ + - /^\d+\.\d+\.\d+.*$/ env: global: - PYTHON=python