We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c79a commit 620de32Copy full SHA for 620de32
.travis.yml
@@ -5,6 +5,8 @@ python:
5
- "3.5"
6
- "3.6"
7
- "3.7"
8
+ - "3.8"
9
+ - "3.9-dev"
10
- "pypy"
11
- "pypy3"
12
@@ -23,15 +25,15 @@ addons:
23
25
24
26
matrix:
27
include:
- - python: 3.7
28
+ - python: 3.8
29
env: TOX_ENV=pep257
30
31
env: TOX_ENV=docs
32
33
env: TOX_ENV=flake8
34
35
env: TOX_ENV=coverage
36
37
env: TOX_ENV=mypy
38
39
install:
0 commit comments