Skip to content

Commit 5359ea0

Browse files
committed
Simplify Travis CI configuration regarding Python 3.7
Selecting xenial manually is no longer needed.
1 parent 15118c8 commit 5359ea0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ language: python
22
python:
33
- "3.5"
44
- "3.6"
5+
- "3.7"
56
- "3.8"
67
- "pypy3.5-5.10.1"
7-
matrix:
8-
fast_finish: true
9-
include:
10-
- { python: "3.7", dist: xenial, sudo: true }
118
install:
129
- pip install -r requirements-dev.txt
1310
# mypy can't be installed on pypy

0 commit comments

Comments
 (0)