Skip to content

Commit

Permalink
use bionic to get OpenSSL 1.1.1
Browse files Browse the repository at this point in the history
xenial uses OpenSSL 1.0.2, it doesn't support `pkey -derive` significantly
reducing our test coverage for ECDH
  • Loading branch information
tomato42 committed Jul 28, 2020
1 parent f6c7449 commit 7068a62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@ matrix:
env: TOX_ENV=py36
- python: 3.7
env: TOX_ENV=py37
dist: xenial
dist: bionic
sudo: true
- python: 3.8
env: TOX_ENV=codechecks
dist: xenial
dist: bionic
sudo: true
- python: 3.8
env: TOX_ENV=py38
dist: xenial
dist: bionic
sudo: true
- python: 3.8
env: TOX_ENV=gmpypy38
dist: xenial
dist: bionic
sudo: true
- python: 3.8
env: TOX_ENV=gmpy2py38
dist: xenial
dist: bionic
sudo: true
- python: nightly
env: TOX_ENV=py
dist: xenial
dist: bionic
sudo: true
- python: pypy
env: TOX_ENV=pypy
Expand Down

0 comments on commit 7068a62

Please sign in to comment.