Skip to content

Commit

Permalink
Use mypy==0.660 to avoid regression (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley authored Feb 10, 2019
1 parent beab2ef commit 2eea950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- '3.5'
- '3.6'
install:
- pip install sphinx mypy mypy-extensions
- pip install sphinx mypy==0.660 mypy-extensions
- pip install --upgrade .
script:
- bugzoo -h
Expand Down

0 comments on commit 2eea950

Please sign in to comment.