From: Anthony Sottile <asottile@umich.edu>
Date: Mon, 9 Sep 2019 10:49:33 +0000 (-0700)
Subject: Future-proof .travis.yml for Python 3.10 (GH-14831)
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bba9207248e2a777086d8525739693e3e9595f15;p=python

Future-proof .travis.yml for Python 3.10 (GH-14831)
---

diff --git a/.travis.yml b/.travis.yml
index cff401f5bc..ffc4d82c39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ env:
 branches:
   only:
     - master
-    - /^\d\.\d$/
+    - /^\d\.\d+$/
     - buildbot-custom
 
 matrix: