Skip to content

Commit 15a7129

Browse files
authored
Travis CI: Upgrade to Python 3.7
Because Python 3.8 is due in 10 days.
1 parent ed59001 commit 15a7129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ cache:
77

88
matrix:
99
allow_failures:
10-
- python: 3.6
10+
- python: 3.7
1111
- env: GO="stable"
1212
include:
1313
- python: 2.7
1414
env: GO=1.10.x
1515
- python: 2.7
1616
env: GO=stable # Currently 1.11
17-
- python: 3.6
17+
- python: 3.7
1818
env: GO=1.10.x
1919
script: # To detect Python 3 syntax errors in grumpy-tools
2020
- pip install --upgrade flake8

0 commit comments

Comments
 (0)