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 3b2ae03 commit a0af255Copy full SHA for a0af255
.travis.yml
@@ -29,3 +29,19 @@ jobs:
29
- name: "flake8"
30
install: pip install -r requirements-tests-py3.txt
31
script: flake8
32
+ - name: "stubtest py38"
33
+ python: 3.8
34
+ install: pip install -U git+git://github.com/python/mypy@a07dbd00
35
+ script: ./tests/stubtest_test.py
36
+ - name: "stubtest py37"
37
+ python: 3.7
38
39
40
+ - name: "stubtest py36"
41
+ python: 3.6
42
43
44
+ - name: "stubtest py35"
45
+ python: 3.5
46
47
0 commit comments