Skip to content

Commit 48f3781

Browse files
authored
Merge pull request #141 from grumpyhome/Python-3.7-on-Travis-CI
Travis CI: Upgrade to Python 3.8
2 parents 7370a93 + f20ef6b commit 48f3781

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.6
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.6
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)