summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-09-09 10:49:33 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2019-09-09 10:49:33 (GMT)
commitbba9207248e2a777086d8525739693e3e9595f15 (patch)
treeda86a1f74491886b1c3fce2832cbf1b349eb60e8 /.travis.yml
parent8d64bfafdffd9f866bb6ac2e5b4c4bdfcb16aea0 (diff)
downloadcpython-bba9207248e2a777086d8525739693e3e9595f15.zip
cpython-bba9207248e2a777086d8525739693e3e9595f15.tar.gz
cpython-bba9207248e2a777086d8525739693e3e9595f15.tar.bz2
Future-proof .travis.yml for Python 3.10 (GH-14831)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cff401f..ffc4d82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ env:
branches:
only:
- master
- - /^\d\.\d$/
+ - /^\d\.\d+$/
- buildbot-custom
matrix: