File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
31
31
script : flake8
32
32
- name : " stubtest py38"
33
33
python : 3.8
34
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
34
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
35
35
script : ./tests/stubtest_test.py
36
36
- name : " stubtest py37"
37
37
python : 3.7
38
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
38
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
39
39
script : ./tests/stubtest_test.py
40
40
- name : " stubtest py36"
41
41
python : 3.6
42
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
42
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
43
43
script : ./tests/stubtest_test.py
44
44
- name : " stubtest py35"
45
45
python : 3.5
46
- install : pip install -U git+git://github.com/python/mypy@a07dbd00
46
+ install : pip install -U git+git://github.com/python/mypy@0a05e61a
47
47
script : ./tests/stubtest_test.py
You can’t perform that action at this time.
0 commit comments