Browse Source

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

pull/15758/head
Anthony Sottile 7 years ago
committed by Zachary Ware
parent
commit
bba9207248
  1. 2
      .travis.yml

2
.travis.yml

@ -23,7 +23,7 @@ env:
branches:
only:
- master
- /^\d\.\d$/
- /^\d\.\d+$/
- buildbot-custom
matrix:

Loading…
Cancel
Save