Run tests against 3.5 too

This commit is contained in:
Simon Willison 2019-11-27 06:20:21 -08:00 committed by GitHub
commit 4c6e5a4486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,9 @@ dist: xenial
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"
- "3.8-dev"
- "3.5"
- "3.7"
- "3.8"
script:
- sudo add-apt-repository ppa:jonathonf/backports -y