Skip to content

Commit ab1bdb3

Browse files
committed
travis: use bionic by default
1 parent f2ea347 commit ab1bdb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
cache:
33
pip: true
44
directories: [$HOME/.cache/pre-commit]
5-
dist: xenial
5+
dist: bionic
66
matrix:
77
fast_finish: true
88
include:
@@ -13,6 +13,7 @@ matrix:
1313
pip install -U "tox<3" "pluggy<0.10" "setuptools<40" "virtualenv<15.2"
1414
script: tox # no support for --skip-missing-interpreters false
1515
- python: "3.4"
16+
dist: xenial
1617
env: TOXENV=py34
1718
- python: "3.5"
1819
env: TOXENV=py35
@@ -25,7 +26,6 @@ matrix:
2526
- python: "nightly"
2627
env: TOXENV=py39
2728
- python: "pypy3.6-7.2.0"
28-
dist: bionic
2929
env: TOXENV=pypy3
3030
- python: "3.8"
3131
env: TOXENV=lint SKIP_CODECOV=true

0 commit comments

Comments
 (0)