Skip to content

Commit 2bfb82e

Browse files
dbiebercopybara-github
authored andcommitted
Support Python 3.7 in travis tests for Python Fire
PiperOrigin-RevId: 235738586 Change-Id: I85b79f073b2db8b95e98d38bb3b3e7bcce4b8ab6
1 parent 668007a commit 2bfb82e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
# Workaround for testing Python 3.7:
8+
# https://github.com/travis-ci/travis-ci/issues/9815
9+
matrix:
10+
include:
11+
- python: 3.7
12+
dist: xenial
13+
sudo: yes
714
before_install:
815
- pip install --upgrade setuptools pip
916
- pip install --upgrade pylint pytest pytest-pylint pytest-runner

0 commit comments

Comments
 (0)