We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c956a8 commit 5ca8d0eCopy full SHA for 5ca8d0e
.travis.yml
@@ -1,15 +1,26 @@
1
-language: python
2
-sudo: false
3
-
4
cache: pip
5
6
services:
7
- docker
8
9
-python:
10
- - "2.7"
11
- - "3.5"
12
- - "3.6"
+language: python
+dist: trusty
+sudo: required
+matrix:
+ include:
+ - os: linux
+ dist: trusty
13
+ python: 2.7
14
15
16
+ python: 3.5
17
18
19
+ python: 3.6
20
21
+ dist: xenial
22
+ python: 3.7
23
+
24
25
before_install:
26
# Pull docker images early for a more responsive nosetests run
0 commit comments