Skip to content

Commit 62a664e

Browse files
committed
CI: Use matrix include for Python 3.7
1 parent 4b2f497 commit 62a664e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ language: python
99
# Run jobs on container-based infrastructure, can be overridden per job
1010
sudo: false
1111

12-
dist: xenial
13-
1412
cache:
1513
directories:
1614
- $HOME/.cache/pip
@@ -27,7 +25,6 @@ python:
2725
- 3.4
2826
- 3.5
2927
- 3.6
30-
- 3.7
3128
matrix:
3229
include:
3330
- python: 2.7
@@ -83,6 +80,8 @@ matrix:
8380
- python: 3.5
8481
env:
8582
- DOC_DOC_TEST=1
83+
- python: 3.7
84+
dist: xenial
8685
# Run tests with indexed_gzip present
8786
- python: 2.7
8887
env:

0 commit comments

Comments
 (0)