Update Travis-CI to use Python 3.7.1 (#37830)

Refs 89a9634d35
pull/37831/head
Ville Skyttä 2020-07-14 01:45:10 +03:00 committed by GitHub
parent 1a64108eea
commit 9e8e5c37f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@ addons:
matrix:
fast_finish: true
include:
- python: "3.7.0"
- python: "3.7.1"
env: TOXENV=lint
- python: "3.7.0"
- python: "3.7.1"
env: TOXENV=pylint PYLINT_ARGS=--jobs=0 TRAVIS_WAIT=30
- python: "3.7.0"
- python: "3.7.1"
env: TOXENV=typing
- python: "3.7.0"
- python: "3.7.1"
env: TOXENV=py37
cache: