Compare commits

...

1 commit

Author SHA1 Message Date
Simon Willison
4c6e5a4486
Run tests against 3.5 too 2019-11-27 06:20:21 -08:00

View file

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