File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
3131 script : flake8
3232 - name : " stubtest py38"
3333 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
3535 script : ./tests/stubtest_test.py
3636 - name : " stubtest py37"
3737 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
3939 script : ./tests/stubtest_test.py
4040 - name : " stubtest py36"
4141 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
4343 script : ./tests/stubtest_test.py
4444 - name : " stubtest py35"
4545 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
4747 script : ./tests/stubtest_test.py
You can’t perform that action at this time.
0 commit comments