Skip to content

Commit f20ef6b

Browse files
authored
Python 3.8
1 parent 15a7129 commit f20ef6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.7
10+
- python: 3.8
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.7
17+
- python: 3.8
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)