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 4b2f497 commit 62a664eCopy full SHA for 62a664e
.travis.yml
@@ -9,8 +9,6 @@ language: python
9
# Run jobs on container-based infrastructure, can be overridden per job
10
sudo: false
11
12
-dist: xenial
13
-
14
cache:
15
directories:
16
- $HOME/.cache/pip
@@ -27,7 +25,6 @@ python:
27
25
- 3.4
28
26
- 3.5
29
- 3.6
30
- - 3.7
31
matrix:
32
include:
33
- python: 2.7
@@ -83,6 +80,8 @@ matrix:
83
80
- python: 3.5
84
81
env:
85
82
- DOC_DOC_TEST=1
+ - python: 3.7
+ dist: xenial
86
# Run tests with indexed_gzip present
87
88
0 commit comments