From: Anthony Sottile Date: Mon, 9 Sep 2019 10:49:33 +0000 (-0700) Subject: Future-proof .travis.yml for Python 3.10 (GH-14831) X-Git-Tag: v3.9.0a1~672 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bba9207248e2a777086d8525739693e3e9595f15;p=thirdparty%2FPython%2Fcpython.git Future-proof .travis.yml for Python 3.10 (GH-14831) --- 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: