Skip to content

Commit 1a39fa4

Browse files
committed
CI: Move tests to Xenial
1 parent 6f19d95 commit 1a39fa4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dist: trusty
2-
sudo: required
1+
dist: xenial
2+
sudo: true
33

44
language: python
55
# our build matrix
@@ -8,12 +8,7 @@ python:
88
- 3.4
99
- 3.5
1010
- 3.6
11-
12-
matrix:
13-
include:
14-
- python: 3.7
15-
dist: xenial
16-
sudo: true
11+
- 3.7
1712

1813
env:
1914
global:

0 commit comments

Comments
 (0)