We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a7129 commit f20ef6bCopy full SHA for f20ef6b
1 file changed
.travis.yml
@@ -7,14 +7,14 @@ cache:
7
8
matrix:
9
allow_failures:
10
- - python: 3.7
+ - python: 3.8
11
- env: GO="stable"
12
include:
13
- python: 2.7
14
env: GO=1.10.x
15
16
env: GO=stable # Currently 1.11
17
18
19
script: # To detect Python 3 syntax errors in grumpy-tools
20
- pip install --upgrade flake8
0 commit comments