Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit c95a1b1

Browse files
author
Jakob Stoklund Olesen
committed
Roll back to mypy 0.521 to avoid a bug in 0.530.
Filed here: python/mypy#4069 We should go back to tracking the latest mypy releases as soon as possible.
1 parent 138e8b8 commit c95a1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addons:
99
packages:
1010
- python3-pip
1111
install:
12-
- pip3 install --user --upgrade mypy flake8
12+
- pip3 install --user --upgrade mypy==0.521 flake8
1313
- travis_wait ./check-rustfmt.sh --install
1414
script: ./test-all.sh
1515
cache:

0 commit comments

Comments
 (0)