Skip to content

Commit 5ca8d0e

Browse files
committed
updated
1 parent 5c956a8 commit 5ca8d0e

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.travis.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
1-
language: python
2-
sudo: false
3-
41
cache: pip
52

63
services:
74
- docker
85

9-
python:
10-
- "2.7"
11-
- "3.5"
12-
- "3.6"
6+
language: python
7+
dist: trusty
8+
sudo: required
9+
matrix:
10+
include:
11+
- os: linux
12+
dist: trusty
13+
python: 2.7
14+
- os: linux
15+
dist: trusty
16+
python: 3.5
17+
- os: linux
18+
dist: trusty
19+
python: 3.6
20+
- os: linux
21+
dist: xenial
22+
python: 3.7
23+
1324

1425
before_install:
1526
# Pull docker images early for a more responsive nosetests run

0 commit comments

Comments
 (0)