Skip to content

Commit

Permalink
Merge pull request #203 from tomato42/new-openssl
Browse files Browse the repository at this point in the history
use bionic to get OpenSSL 1.1.1
  • Loading branch information
tomato42 authored Jul 28, 2020
2 parents f6c7449 + 7068a62 commit 14e673d
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 14e673d

Please sign in to comment.