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

Zachary Ware webhook-mailer at python.org
Mon Sep 9 06:49:38 EDT 2019


https://github.com/python/cpython/commit/bba9207248e2a777086d8525739693e3e9595f15
commit: bba9207248e2a777086d8525739693e3e9595f15
branch: master
author: Anthony Sottile <asottile at umich.edu>
committer: Zachary Ware <zachary.ware at gmail.com>
date: 2019-09-09T05:49:33-05:00
summary:

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

files:
M .travis.yml

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



More information about the Python-checkins mailing list