From bba9207248e2a777086d8525739693e3e9595f15 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 9 Sep 2019 03:49:33 -0700 Subject: Future-proof .travis.yml for Python 3.10 (GH-14831) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12