Skip to content

Commit

Permalink
Merge pull request #96 from zopefoundation/modern-openssl-please
Browse files Browse the repository at this point in the history
Use dist: focal on Travis
  • Loading branch information
mgedmin authored Oct 30, 2020
2 parents 55cacb3 + 2cfd301 commit 88299fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: python

dist: xenial
dist: focal

python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
- pypy2
- pypy3

install:
Expand Down

0 comments on commit 88299fe

Please sign in to comment.