]> granicus.if.org Git - python/commitdiff
Future-proof .travis.yml for Python 3.10 (GH-14831)
authorAnthony Sottile <asottile@umich.edu>
Mon, 9 Sep 2019 10:49:33 +0000 (03:49 -0700)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 9 Sep 2019 10:49:33 +0000 (05:49 -0500)
.travis.yml

index cff401f5bcb2ca2ef1f474cf8742381173b49a3c..ffc4d82c39d9527f592383750788d7fd6bb54296 100644 (file)
@@ -23,7 +23,7 @@ env:
 branches:
   only:
     - master
-    - /^\d\.\d$/
+    - /^\d\.\d+$/
     - buildbot-custom
 
 matrix: