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 a6dcd7e commit 045c6b2Copy full SHA for 045c6b2
.travis.yml
@@ -7,15 +7,8 @@ python:
7
- 3.4
8
- 3.5
9
- 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
+ - 3.7
+ - 3.8
19
20
before_install:
21
- pip install -r requirements-dev.txt
@@ -39,4 +32,4 @@ deploy:
39
32
repo: jackmaney/python-stdlib-list
40
33
tags: true
41
34
all_branches: master
42
- python: 3.6
35
+ python: 3.7
0 commit comments