Skip to content

Commit ef5fd10

Browse files
author
hauntsaninja
committed
travis: update stubtest version
Will need to wait for #3827 to be merged to prevent CI failures
1 parent 4b360ca commit ef5fd10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)