Skip to content

Commit 2eea950

Browse files
Use mypy==0.660 to avoid regression (#323)
1 parent beab2ef commit 2eea950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- '3.5'
77
- '3.6'
88
install:
9-
- pip install sphinx mypy mypy-extensions
9+
- pip install sphinx mypy==0.660 mypy-extensions
1010
- pip install --upgrade .
1111
script:
1212
- bugzoo -h

0 commit comments

Comments
 (0)