Skip to content

Commit 7afe4ec

Browse files
committed
Use bionic image in Travis tests
1 parent cc17f80 commit 7afe4ec

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.travis.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Travis infra requires pinning dist:precise, at least as of 2017-09-01
22
# detail: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
3-
dist: precise
3+
dist: bionic
44
language: python
55
install:
66
- pip install -U setuptools && pip install -U tox codecov tox-travis
@@ -47,28 +47,16 @@ matrix:
4747
- python: 3.6
4848
env: TOXENV=py36-compatibility
4949
# CPython 3.7
50-
# xenial + sudo are currently needed to get 3.7
51-
# https://github.com/travis-ci/travis-ci/issues/9815
5250
- python: 3.7
5351
env: TOXENV=py37-base
54-
dist: xenial
55-
sudo: true
5652
- python: 3.7
5753
env: TOXENV=py37-cryptography-only
58-
dist: xenial
59-
sudo: true
6054
- python: 3.7
6155
env: TOXENV=py37-pycryptodome-norsa
62-
dist: xenial
63-
sudo: true
6456
- python: 3.7
6557
env: TOXENV=py37-pycrypto-norsa
66-
dist: xenial
67-
sudo: true
6858
- python: 3.7
6959
env: TOXENV=py37-compatibility
70-
dist: xenial
71-
sudo: true
7260
# PyPy 3.5 (5.10.1?)
7361
- python: pypy3.5
7462
env: TOXENV=pypy-base

0 commit comments

Comments
 (0)