Skip to content

Commit ea419fc

Browse files
committed
Use less convoluted way to use Python 3.7 in CI
This seems to be all right now, no need for distro switch
1 parent 246db82 commit ea419fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ cache: pip
44
python:
55
- "3.5"
66
- "3.6"
7+
- "3.7"
78
- "nightly"
89
- "pypy3.5"
910
- "pypy3"
1011
matrix:
1112
allow_failures:
1213
- python: "nightly"
13-
include:
14-
- { python: "3.7", dist: xenial, sudo: true }
1514
install:
1615
- pip install --upgrade coveralls pytest "pytest-cov>=2.5.1" dataclasses
1716
# mypy can't be installed on pypy

0 commit comments

Comments
 (0)