Skip to content

Commit 0bb15dc

Browse files
committed
travis: switch default dist to bionic
1 parent eccc88e commit 0bb15dc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.4"
64
- "3.5"
75
- "3.6"
86
- "nightly"
@@ -13,5 +11,10 @@ script:
1311
matrix:
1412
allow_failures:
1513
- python: "nightly"
14+
include:
15+
- python: "2.6"
16+
dist: trusty
17+
- python: "3.4"
18+
dist: xenial
1619

17-
dist: trusty
20+
dist: bionic

0 commit comments

Comments
 (0)