Skip to content

Commit 045c6b2

Browse files
committed
update tests
1 parent a6dcd7e commit 045c6b2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,8 @@ python:
77
- 3.4
88
- 3.5
99
- 3.6
10-
11-
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
12-
# see this issue for updates https://github.com/travis-ci/travis-ci/issues/9815
13-
matrix:
14-
fast_finish: true
15-
include:
16-
- python: 3.7
17-
dist: xenial
18-
sudo: true
10+
- 3.7
11+
- 3.8
1912

2013
before_install:
2114
- pip install -r requirements-dev.txt
@@ -39,4 +32,4 @@ deploy:
3932
repo: jackmaney/python-stdlib-list
4033
tags: true
4134
all_branches: master
42-
python: 3.6
35+
python: 3.7

0 commit comments

Comments
 (0)